.dotfiles/.config/waybar/layouts/backup/01_20251123_012141.jsonc
2026-01-18 21:08:16 -07:00

77 lines
1.6 KiB
Plaintext

{
"layer": "top",
"output": [
"*"
],
"height": 10,
"exclusive": true,
"passthrough": false,
"reload_style_on_change": true,
"include": [
"$XDG_CONFIG_HOME/waybar/includes/includes.json"
],
"modules-left": [
"group/pill#left1",
"group/pill#left2"
],
"group/pill#left1": {
"orientation": "inherit",
"modules": [
"cpu",
"memory"
]
},
"group/pill#left2": {
"orientation": "inherit",
"modules": [
"idle_inhibitor",
"clock"
]
},
"modules-center": [
"group/pill#center"
],
"group/pill#center": {
"modules": [
"hyprland/workspaces",
"hyprland/window"
],
"orientation": "inherit"
},
"modules-right": [
"group/pill#right1",
"group/pill#right2",
"group/pill#right3"
],
"group/pill#right1": {
"modules": [
"backlight",
"network",
"pulseaudio",
"pulseaudio#microphone",
"custom/updates",
"custom/keybindhint"
],
"orientation": "inherit"
},
"group/pill#right2": {
"modules": [
"privacy",
"tray",
"battery"
],
"orientation": "inherit"
},
"group/pill#right3": {
"modules": [
"custom/wallchange",
"custom/theme",
"custom/wbar",
"custom/cliphist",
"custom/hyde-menu",
"custom/power"
],
"orientation": "inherit"
}
}