diff options
Diffstat (limited to 'config/waybar/configs/TOP-Default-Laptop')
| -rw-r--r-- | config/waybar/configs/TOP-Default-Laptop | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/config/waybar/configs/TOP-Default-Laptop b/config/waybar/configs/TOP-Default-Laptop new file mode 100644 index 00000000..0d17d832 --- /dev/null +++ b/config/waybar/configs/TOP-Default-Laptop @@ -0,0 +1,53 @@ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ + +// ### 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", + "custom/separator#blank", + "hyprland/window", + ], + +"modules-center": [ + "custom/separator#blank", + "group/app_drawer", + "group/notify", + "hyprland/workspaces#rw", + "clock", + "custom/weather2", + "idle_inhibitor", + "custom/hint", + ], + +"modules-right": [ + "tray", + "network#speed", + "group/laptop", + "group/mobo_drawer", + "group/audio", + "custom/nightlight", + "group/status", + ], +} |
