"tray": {
"icon-size": 21,
"spacing": 10
},
"clock": {
"timezone": "America/Montreal",
"tooltip-format": "{:%Y %B}\n{calendar}",
"format": "š\n{:%H\n%M\n\nš
\n%d\n%m\n%y} "
},
"backlight": {
"device": "intel_backlight",
"format": "{icon}",
"format-icons": ["ī", "ī", "ī", "ī", "ī", "ī", "ī", "ī", "ī"]
},
"battery": {
"states": {
"warning": 30,
"critical": 15
},
"format": "š\n{capacity}",
"format-charging": "ā”\n{capacity}",
"format-plugged": "š\n{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}\n{volume}",
"format-muted": "ļ¦",
"format-icons": {
"default": ["ļ¦", "ļ§", "ļØ "]
},
"on-click": "pwvucontrol"
},