hyprland-dotfiles/config/waybar/configs/[TOP] Default Laptop (old v2)

60 lines
1.1 KiB
Plaintext
Raw Permalink Normal View History

2025-02-20 21:05:02 +00:00
// ### DEFAULT (Laptop) - Top (old v2) ### //
{
"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/menu",
"custom/light_dark",
"custom/separator#dot-line",
"power-profiles-daemon",
"group/mobo_drawer",
"custom/separator#blank",
"group/laptop",
"custom/separator#line",
"custom/weather",
],
"modules-center": [
"group/notify",
"custom/cava_mviz",
"custom/separator#dot-line",
"clock",
"custom/separator#line",
"hyprland/workspaces#roman",
"custom/separator#dot-line",
"idle_inhibitor",
"custom/hint",
],
"modules-right": [
"network#speed",
"group/connections",
"custom/separator#line",
"tray",
"mpris",
"group/audio",
"custom/separator#line",
"keyboard-state",
"custom/keyboard",
"custom/lock",
"custom/power",
],
}