Guillaume Vern 844703d360 add waybar
2025-11-24 20:10:10 +01:00

50 lines
858 B
Plaintext

/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
// ### Custom ### //
{
"include": [
"$HOME/.config/waybar/Modules",
"$HOME/.config/waybar/ModulesWorkspaces",
"$HOME/.config/waybar/ModulesCustom",
"$HOME/.config/waybar/ModulesGroups",
"$HOME/.config/waybar/UserModules",
],
"layer": "top",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 6,
"fixed-center": true,
"ipc": true,
"margin-top": 0,
"margin-left": 0,
"margin-right": 0,
"modules-left": [
"custom/menu",
"custom/light_dark",
"custom/cycle_wall",
"hyprland/workspaces#pacman",
"custom/swaync",
"network#speed",
"mpris",
"wlr/taskbar",
],
"modules-center": [
"hyprland/window",
],
"modules-right": [
"tray",
"custom/cava_mviz",
"mpris",
"group/mobo_drawer",
"group/laptop",
"wireplumber",
"clock",
"custom/power",
],
}