nix-conf/home/config/waybar/config.json
2025-01-15 01:02:38 +08:00

83 lines
1.7 KiB
JSON

[
{
"output": "HDMI-A-2",
"include": "~/.config/waybar/modules.json",
"layer": "top",
"exclusive": true,
"passthrough": false,
"position": "top",
"fixed-center": true,
"ipc": true,
"margin-top": 0,
"margin-left": 0,
"margin-right": 0,
"margin-bottom": 0,
"modules-left": ["clock", "mpris"],
"modules-center": ["hyprland/window"],
"modules-right": [
"wlr/taskbar",
"temperature",
"cpu",
"memory",
"pulseaudio"
]
},
{
"output": "eDP-1",
"include": "~/.config/waybar/modules.json",
"layer": "top",
"exclusive": true,
"passthrough": false,
"position": "top",
"fixed-center": true,
"ipc": true,
"margin-top": 0,
"margin-left": 0,
"margin-right": 0,
"margin-bottom": 0,
"modules-left": ["custom/os", "hyprland/workspaces", "clock", "custom/cava", "mpris"],
"modules-center": ["hyprland/window"],
"modules-right": [
"wlr/taskbar",
"temperature",
"cpu",
"memory",
"pulseaudio",
"battery",
"custom/swaync"
]
},
{
"output": "DP-3",
"include": "~/.config/waybar/modules.json",
"layer": "top",
"exclusive": true,
"passthrough": false,
"position": "top",
"fixed-center": true,
"ipc": true,
"margin-top": 0,
"margin-left": 0,
"margin-right": 0,
"margin-bottom": 0,
"modules-left": ["custom/os", "hyprland/workspaces", "clock", "custom/cava", "mpris"],
"modules-center": ["hyprland/window"],
"modules-right": [
"wlr/taskbar",
"network",
"cpu",
"memory",
"pulseaudio",
"custom/swaync"
]
}
]