dotfiles/.config/waybar/config

29 lines
760 B
Text

{
"layer": "top",
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"],
"modules-right": ["pulseaudio", "battery","tray", "clock"],
"sway/window": {
"max-length": 50
},
"sway/workspaces": {
"disable-scroll" : false,
},
"battery": {
"format": "bat {capacity}%",
// "format-icons": ["", "", "", "", ""]
},
"clock": {
"format-alt": "{:%a, %d. %b %H:%M}"
},
"pulseaudio": {
"scroll-step": 5,
"max-volume": 150,
"format": "vol {volume}%",
"format-bluetooth": "bt {volume}%",
"format-muted": "mut",
"nospacing": 1,
"on-click": "pavucontrol",
"tooltip": false
}
}