Files
2026-04-19 17:07:18 +02:00

62 lines
1.1 KiB
Plaintext

/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
/* My Mostly Used waybar config incase you wonder :) */
{
"include": [
"$HOME/.config/waybar/Modules",
"$HOME/.config/waybar/ModulesWorkspaces",
"$HOME/.config/waybar/ModulesCustom",
"$HOME/.config/waybar/ModulesGroups",
],
"layer": "bottom",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 3,
"fixed-center": true,
"ipc": true,
"margin-top": 3,
"margin-left": 8,
"margin-right": 8,
"modules-left": [
//"idle_inhibitor",
//"custom/separator#blank",
"custom/archicon",
"clock",
"custom/separator#blank",
"hyprland/workspaces#rw"
// "custom/separator#blank"
// "hyprland/window",
],
"modules-center": [
// "wlr/taskbar",
// "mpris",
// "custom/cava"
// "custom/playerinfo"
"cava"
],
"modules-right": [
//"mpris",
//"custom/separator#dot-line",
"group/mobo_drawer",
// "battery",
// "custom/separator#blank",
"group/connections",
// "network",
// "bluetooth",
"group/audio",
// "custom/separator#blank",
// "backlight",
"tray",
// "clock",
"group/notify",
"custom/power"
// "custom/vpn",
],
}