dotfiles/dot_config/waybar/config

27 lines
565 B
Text
Raw Normal View History

2020-05-06 22:01:14 +00:00
// https://github.com/Alexays/Waybar/wiki/Configuration
{
"layer": "top",
"position": "bottom",
2020-05-07 17:43:25 +00:00
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"],
"modules-right": ["mpd", "disk", "network", "pulseaudio", "clock", "tray"],
"disk": {
"format": "DISK: {percentage_free}%"
},
"clock": {
"format": "{:%m-%d / %H:%M}",
"tooltip-format": "<big>{:%Y %B}</big>\n<tt><small>{calendar}</small></tt>"
},
"pulseaudio": {
"format": "VOL {volume}%",
"on-click": "pavucontrol"
}
2020-05-06 22:01:14 +00:00
}
2020-05-07 17:43:25 +00:00
// vim: set ft=json5 ts=4 sw=4 tw=0 :
2020-05-06 22:01:14 +00:00