2023-10-12 21:32:56 +09:00

45 lines
652 B
Plaintext

{
"include": "~/.config/hypr/waybar/modules",
"layer": "top",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 3,
"fixed-center": true,
"ipc": true,
"margin-top": 6,
"margin-left": 8,
"margin-right": 8,
"modules-left": [
"hyprland/workspaces",
"cpu",
"temperature",
"memory",
"custom/weather",
],
"modules-center": [
"custom/menu",
"idle_inhibitor",
"clock",
"custom/light_dark",
"custom/lock",
],
"modules-right": [
//"hyprland/window",
"tray",
"cava",
"battery",
"backlight",
"pulseaudio",
//"wireplumber",
"pulseaudio#microphone",
"keyboard-state",
"custom/power",
],
}