dotfiles/.config/hypr/waybar/config.ini
2025-02-13 10:25:15 -07:00

17 lines
459 B
INI

{
"include": "~/.config/hypr/waybar/modules",
"layer": "top",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 5,
"fixed-center": true,
"ipc": true,
"margin-left": 0,
"margin-right": 0,
"modules-left": ["custom/menu","custom/changewaybar", "hyprland/workspaces", "cpu", "memory"],
"modules-right": ["custom/cycle_wall", "pulseaudio", "custom/keybindings", "clock", "tray", "custom/power"],
}