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

36 lines
581 B
Plaintext
Raw Permalink 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": false,
"ipc": true,
"margin-top": 5,
//"margin-bottom": 5,
"width": 1000,
"modules-left": [
"clock#5",
"mpris",
"tray",
"group/notify"
],
"modules-center": ["hyprland/workspaces#kanji"],
"modules-right": [
"pulseaudio#1",
"backlight#2",
"battery"
],
}