diff options
Diffstat (limited to 'config/waybar/configs/TOP-Minimal-Short')
| -rw-r--r-- | config/waybar/configs/TOP-Minimal-Short | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/config/waybar/configs/TOP-Minimal-Short b/config/waybar/configs/TOP-Minimal-Short new file mode 100644 index 00000000..5f0af150 --- /dev/null +++ b/config/waybar/configs/TOP-Minimal-Short @@ -0,0 +1,39 @@ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ + +// ### Minimal -SHORT ### // + +{ +"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", +"width": 1050, +"margin-top": 3, + +"modules-left": [ + "clock", + "custom/weather2", + ], + +"modules-center": [ + "hyprland/workspaces#roman" + ], + +"modules-right": [ + "custom/menu", + "tray", + "group/notify", + "mpris", + "network", + "bluetooth", + "backlight", + "pulseaudio", + "battery", + "custom/nightlight", + "custom/power"], +} |
