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

99 lines
3.4 KiB
Plaintext

{
/*
┌─────────────────────────────────────────────────────────────────────────────┐
│ Global Options for the Waybar configuration │
└─────────────────────────────────────────────────────────────────────────────┘
*/
"layer": "top",
"output": ["*"],
"position": "top",
"height": 28,
"reload_style_on_change": true,
"include": ["$XDG_CONFIG_HOME/waybar/modules/*json*", "$XDG_CONFIG_HOME/waybar/includes/includes.json"],
"group/pill#left1": {
"orientation": "inherit",
"modules": ["custom/cpuhistory", "memory", "custom/cpuinfo", "custom/gpuinfo"]
},
"group/pill#left2": {
"orientation": "inherit",
"modules": ["idle_inhibitor", "clock"]
},
"group/pill#center": {
"modules": ["hyprland/workspaces", "hyprland/window"],
"orientation": "inherit"
},
"group/pill#right1": {
"orientation": "inherit",
"modules": ["custom/spotify", "pulseaudio", "pulseaudio#microphone"]
},
"group/pill#right2": {
"orientation": "inherit",
"modules": ["backlight", "network", "custom/updates", "custom/keybindhint"]
},
"group/pill#right3": {
"orientation": "inherit",
"modules": ["privacy", "tray", "battery"]
},
"group/pill#right4": {
"orientation": "inherit",
"modules": ["custom/swaync", "custom/cliphist", "custom/power"]
},
/*
┌─────────────────────────────────────────────────────────────────────────┐
│ Re-using a group is simple, You just need to add a #tag to the group │
│ name. │
└─────────────────────────────────────────────────────────────────────────┘
*/
"modules-left": ["group/pill#left1", "group/pill#left2"],
"modules-center": ["group/pill#center"],
"modules-right": ["group/pill#right1","group/pill#right2","group/pill#right3","group/pill#right4",
],
"hyprland/workspaces": {
"rotate": 0,
"all-outputs": true,
"active-only": false,
"on-click": "activate",
"disable-scroll": false,
"on-scroll-up": "hyprctl dispatch workspace -1",
"on-scroll-down": "hyprctl dispatch workspace +1",
"format": "{icon}",
"persistent-workspaces": {
"*": 5
},
"format-icons": {
"1": "一",
"2": "二",
"3": "三",
"4": "四",
"5": "五",
"6": "六",
"7": "七",
"8": "八",
"9": "九",
"10": "十",
"11": "十一",
"12": "十二",
"13": "十三",
"14": "十四",
"15": "十五",
"16": "十六",
"17": "十七",
"18": "十八",
"19": "十九",
"20": "二十",
"urgent": "<U+F06A>",
"focused": "<U+F192>",
"default": "<U+F111> "
}
}
}