diff options
| author | Don Williams <don.e.williams@gmail.com> | 2026-01-15 17:29:37 -0500 |
|---|---|---|
| committer | Don Williams <don.e.williams@gmail.com> | 2026-01-15 17:29:37 -0500 |
| commit | 166a68702e3fe9cece86dbc1be54efe3240cfbb4 (patch) | |
| tree | d27644e53b0d0d358ccf73477a05081f383e0395 | |
| parent | 15101c44651e1966e10f5942430bd8ad64078069 (diff) | |
Added glass varient to default laptop config
On branch development
Your branch is up to date with 'origin/development'.
Changes to be committed:
new file: config/waybar/configs/[TOP] Default Laptop-glass
| -rw-r--r-- | config/waybar/configs/[TOP] Default Laptop-glass | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/config/waybar/configs/[TOP] Default Laptop-glass b/config/waybar/configs/[TOP] Default Laptop-glass new file mode 100644 index 00000000..2a6db533 --- /dev/null +++ b/config/waybar/configs/[TOP] Default Laptop-glass @@ -0,0 +1,51 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### DEFAULT Laptop - Top ### // +{ +"include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/UserModules", + ], +"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", + "hyprland/window", + ], + +"modules-center": [ + "group/app_drawer", + "custom/separator#blank", + "group/notify", + "hyprland/workspaces#rw", + "clock", + "custom/weather", + "idle_inhibitor", + "custom/hint", + ], + +"modules-right": [ + "tray", + "group/laptop", + "group/mobo_drawer", + "group/audio", + "custom/nightlight", + "group/status", + ], +} |
