46 lines
1.2 KiB
Plaintext
46 lines
1.2 KiB
Plaintext
"tray": {
|
|
"icon-size": 21,
|
|
"spacing": 10
|
|
},
|
|
"clock": {
|
|
"timezone": "America/Montreal",
|
|
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>",
|
|
"format": "🕐 {:%H:%M 📅 %d/%m/%y}"
|
|
},
|
|
"backlight": {
|
|
"device": "intel_backlight",
|
|
"format": "{icon}",
|
|
"format-icons": ["", "", "", "", "", "", "", "", ""]
|
|
},
|
|
"battery": {
|
|
"states": {
|
|
"warning": 30,
|
|
"critical": 15
|
|
},
|
|
"format": "🔋 {capacity}",
|
|
"format-charging": "⚡ {capacity}",
|
|
"format-plugged": "🔌 {capacity}",
|
|
"format-alt": "{icon}",
|
|
"format-icons": ["", "", "", "", "", "", "", "", "", "", "", ""]
|
|
},
|
|
"custom/power": {
|
|
"format" : "⏻",
|
|
"tooltip": false,
|
|
"menu": "on-click",
|
|
"menu-file": "~/.config/waybar/power_menu.xml",
|
|
"menu-actions": {
|
|
"logout": "loginctl terminate-user \"\"",
|
|
"shutdown": "systemctl poweroff",
|
|
"reboot": "systemctl reboot"
|
|
}
|
|
},
|
|
"pulseaudio": {
|
|
// "scroll-step": 1, // %, can be a float
|
|
"format": "{icon} {volume}",
|
|
"format-muted": "",
|
|
"format-icons": {
|
|
"default": ["", "", " "]
|
|
},
|
|
"on-click": "pwvucontrol"
|
|
},
|