diff options
Diffstat (limited to 'config/waybar/configs/TOP-Sleek')
| -rw-r--r-- | config/waybar/configs/TOP-Sleek | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/config/waybar/configs/TOP-Sleek b/config/waybar/configs/TOP-Sleek new file mode 100644 index 00000000..cd50039c --- /dev/null +++ b/config/waybar/configs/TOP-Sleek @@ -0,0 +1,45 @@ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ +// Sleek + +{ +"include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/UserModules", + ], +"layer": "top", +"position": "top", +"height": 14, +"margin-left": 10, +"margin-right": 10, +"margin-top": 2, + +"modules-left": [ + "custom/menu", + "custom/separator#blank_2", + "hyprland/workspaces", + "custom/separator#blank_2", + "mpris", + "tray" +], + +"modules-center": [ + "idle_inhibitor", + "custom/separator#blank", + "clock#3", + "custom/separator#blank", + "group/notify" +], + +"modules-right": [ + "hyprland/window", + "custom/separator#blank_2", + "pulseaudio", + "custom/separator#blank", + "group/mobo_drawer", + "custom/nightlight", + "custom/power", + ], +} |
