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

50 lines
993 B
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",
"$HOME/.config/waybar/UserModules",
],
"layer": "bottom",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 3,
"fixed-center": true,
"ipc": true,
"margin-top": 5,
"margin-left": 8,
"margin-right": 8,
"modules-left": [
//"idle_inhibitor",
//"custom/separator#blank",
"clock",
"custom/separator#dot-blank",
"tray",
"custom/separator#blank",
"hyprland/workspaces#alpha",
],
"modules-center": [
"hyprland/window",
],
"modules-right": [
//"mpris",
//"custom/separator#dot-line",
"group/notify",
"battery",
"custom/separator#blank",
"group/audio",
"custom/separator#blank",
"custom/power",
],
}