58 lines
1.1 KiB
Plaintext
58 lines
1.1 KiB
Plaintext
|
|
|
|
// ### DEFAULT Laptop - Top ### //
|
|
{
|
|
"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": 3,
|
|
"fixed-center": true,
|
|
"ipc": true,
|
|
"margin-top": 3,
|
|
"margin-left": 8,
|
|
"margin-right": 8,
|
|
|
|
"modules-left": [
|
|
"custom/separator#blank",
|
|
"custom/cava_mviz",
|
|
"custom/separator#blank",
|
|
"custom/playerctl",
|
|
"custom/separator#blank_2",
|
|
"hyprland/window",
|
|
],
|
|
|
|
"modules-center": [
|
|
"group/app_drawer",
|
|
"custom/separator#blank",
|
|
"group/notify",
|
|
"custom/separator#dot-line",
|
|
"hyprland/workspaces#rw",
|
|
"clock",
|
|
"custom/separator#dot-line",
|
|
"custom/weather",
|
|
"custom/separator#dot-line",
|
|
"idle_inhibitor",
|
|
"custom/hint",
|
|
],
|
|
|
|
"modules-right": [
|
|
"tray",
|
|
"network#speed",
|
|
"custom/separator#dot-line",
|
|
"group/laptop",
|
|
"custom/separator#dot-line",
|
|
"group/mobo_drawer",
|
|
"custom/separator#line",
|
|
"group/audio",
|
|
"custom/separator#dot-line",
|
|
"group/status",
|
|
],
|
|
} |