.dotfiles/.config/waybar/config
2024-08-21 16:34:57 +02:00

28 lines
391 B
Plaintext

{
"layer": "top",
"position": "bottom",
"height": 28,
"spacing": 6,
"modules-left": [
"hyprland/workspaces",
"sway/workspaces"
],
"modules-center": [
"mpris"
],
"modules-right": [
"network",
"temperature",
"cpu",
"memory",
"custom/pacman",
"custom/status",
"custom/weather",
"clock",
"tray"
],
"include": [
"~/.config/waybar/default-modules.json",
],
}