dotfiles/.config/waybar/config
Logan Gartner 5a22ba4902
Slightly decancered Waybar config
Added compact clock module too, but the minimum width is a lot bigger
than the actual clock is at the moment and I don't feel like fixing it.
2022-02-10 15:48:54 -07:00

12 lines
491 B
Text

{
"layer": "bottom",
"position": "top",
"height": 20,
"modules-left": ["sway/workspaces", "sway/mode"],
"modules-center": ["sway/window"],
//"modules-right": ["tray", "custom/spotify", "custom/weather", "custom/mail", "custom/storage", "backlight", "pulseaudio", "network", "idle_inhibitor", "battery", "clock"],
"modules-right": ["pulseaudio", "backlight", "idle_inhibitor", "network", "battery", "clock", "tray"],
"include": "~/.config/waybar/modules",
}