diff options
Diffstat (limited to 'config/waybar/configs/BOT-Default')
| -rw-r--r-- | config/waybar/configs/BOT-Default | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/config/waybar/configs/BOT-Default b/config/waybar/configs/BOT-Default new file mode 100644 index 00000000..3e8bfe46 --- /dev/null +++ b/config/waybar/configs/BOT-Default @@ -0,0 +1,57 @@ +/* ---- 💫 https://github.com/LinuxBeginnings 💫 ---- */ + +// ### DEFAULT - Bottom ### // +{ + "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": "bottom", + "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", + "group/status", + ], + }
\ No newline at end of file |
