mirror of
https://github.com/JaKooLit/Debian-Hyprland.git
synced 2025-12-21 10:20:12 +01:00
45 lines
652 B
Plaintext
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",
|
|
],
|
|
}
|