47 lines
809 B
Plaintext
47 lines
809 B
Plaintext
|
|
|
|
// ### Minimal - Long ### //
|
|
|
|
{
|
|
"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": "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",
|
|
"group/notify",
|
|
"tray",
|
|
],
|
|
"modules-center": [
|
|
"clock",
|
|
"idle_inhibitor",
|
|
],
|
|
"modules-right": [
|
|
"group/mobo_drawer",
|
|
"custom/separator#blank_2",
|
|
"group/laptop",
|
|
"custom/separator#blank_2",
|
|
"group/audio",
|
|
"custom/separator#blank_2",
|
|
"custom/power",
|
|
],
|
|
|
|
} |