hyprland-dotfiles/config/waybar/configs/[BOT] Chrysanthemum

34 lines
572 B
Plaintext
Raw Normal View History

2025-02-20 21:05:02 +00:00
{
"include": [
"$HOME/.config/waybar/Modules",
"$HOME/.config/waybar/ModulesWorkspaces",
"$HOME/.config/waybar/ModulesCustom",
"$HOME/.config/waybar/ModulesGroups",
],
"layer": "top",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "bottom",
"spacing": 5,
"fixed-center": true,
"ipc": true,
"margin-left": 5,
"margin-right": 5,
"margin-top": 0,
"modules-left": [
"clock#5",
"mpris",
"tray",
"group/notify"
],
"modules-center": ["hyprland/workspaces"],
"modules-right": [
"pulseaudio#1",
"backlight#2",
"battery"],
}