diff options
Diffstat (limited to 'config/waybar/configs/TOP-Default')
| -rw-r--r-- | config/waybar/configs/TOP-Default | 59 |
1 files changed, 59 insertions, 0 deletions
diff --git a/config/waybar/configs/TOP-Default b/config/waybar/configs/TOP-Default new file mode 100644 index 00000000..03dba497 --- /dev/null +++ b/config/waybar/configs/TOP-Default @@ -0,0 +1,59 @@ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ + +// ### DEFAULT - 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_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/weather2", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/hint", + ], + +"modules-right": [ + "tray", + "network#speed", + "custom/separator#dot-line", + "group/mobo_drawer", + "custom/separator#line", + "group/audio", + "custom/separator#dot-line", + "custom/nightlight", + "custom/separator#dot-line", + "group/status", + ], +} |
