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

88 lines
2.0 KiB
Plaintext

{
// sourced from header module //
"layer": "top",
"output": [
"*"
],
"height": 10,
"exclusive": true,
"passthrough": false,
"reload_style_on_change": true,
"include": [
"$XDG_CONFIG_HOME/waybar/modules/*json*", // This can be used on waybar-git
"$XDG_DATA_HOME/waybar/modules/*json*" // This can be used on waybar-git
],
// positions generated based on config.ctl //
"modules-left": [
"group/pill#left1",
"group/pill#left2"
],
"group/pill#left1": {
"orientation": "inherit",
"modules": [
"cpu",
"memory",
"custom/cpuinfo",
"custom/gpuinfo"
]
},
"group/pill#left2": {
"orientation": "inherit",
"modules": [
"idle_inhibitor",
"clock",
"hyprland/workspaces"
]
},
"modules-center": [
"group/pill#center"
],
"group/pill#center": {
"orientation": "inherit",
"modules": [
"hyprland/window"
]
},
"modules-right": [
"group/pill#right1",
"group/pill#right2",
"group/pill#right3",
"group/pill#right4"
],
"group/pill#right1": {
"orientation": "inherit",
"modules": [
"backlight",
"network",
"pulseaudio",
"pulseaudio#microphone",
"custom/updates",
"custom/keybindhint"
]
},
"group/pill#right2": {
"orientation": "inherit",
"modules": [
"privacy",
"tray",
"battery"
]
},
"group/pill#right3": {
"orientation": "inherit",
"modules": [
"custom/wallchange",
"custom/theme",
"custom/wbar"
]
},
"group/pill#right4": {
"orientation": "inherit",
"modules": [
"custom/cliphist",
"custom/hyde-menu",
"custom/power"
]
}
}