dotfiles/.config/hypr/waybar-alt-8/configs/[TOP] Minimal - Long
2025-02-13 10:25:15 -07:00

41 lines
707 B
Plaintext
Executable File

/* ---- 💫 https://github.com/JaKooLit 💫 ---- */
// ### Minimal - Long ### //
{
"include": "~/.config/waybar/modules",
"layer": "top",
//"mode": "dock",
"exclusive": true,
"passthrough": false,
"position": "top",
"spacing": 6,
"fixed-center": true,
"ipc": true,
"margin-top": 3,
"margin-left": 8,
"margin-right": 8,
"modules-left": [
"custom/menu",
"custom/separator#blank_2",
"hyprland/workspaces#pacman",
"custom/separator#blank_2",
"mpris",
"custom/swaync",
"tray",
],
"modules-center": [
"clock",
],
"modules-right": [
"group/motherboard",
"custom/separator#blank_2",
"group/laptop",
"custom/separator#blank_2",
"group/audio",
"custom/separator#blank_2",
"custom/power",
],
}