diff options
Diffstat (limited to 'config/waybar/configs/TOP-Minimal-Long')
| -rw-r--r-- | config/waybar/configs/TOP-Minimal-Long | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/config/waybar/configs/TOP-Minimal-Long b/config/waybar/configs/TOP-Minimal-Long new file mode 100644 index 00000000..a40aa673 --- /dev/null +++ b/config/waybar/configs/TOP-Minimal-Long @@ -0,0 +1,49 @@ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ + +// ### Minimal - Long ### // + +{ +"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": 6, +"fixed-center": true, +"ipc": true, +"margin-top": 3, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "custom/menu", + "custom/separator#blank_2", + "hyprland/workspaces#pacman", + "custom/separator#blank_2", + "mpris", + "group/notify", + "tray", + ], +"modules-center": [ + "clock", + "idle_inhibitor", + ], +"modules-right": [ + "group/mobo_drawer", + "custom/separator#blank_2", + "group/laptop", + "custom/separator#blank_2", + "group/audio", + "custom/separator#blank_2", + "custom/nightlight", + "custom/power", + ], + +}
\ No newline at end of file |
