diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2025-03-01 17:32:33 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2025-03-01 17:32:33 +0900 |
| commit | 8040be99a879c8af745905fc88655c6b04450e8e (patch) | |
| tree | d4b41e060bafa198a15c78d248ff4cfb2e290b48 /config/waybar/configs | |
| parent | 8610d39bf22c0a087871e98e4f92822ba5b56ac6 (diff) | |
Added Top & Bot waybar v2 layout, Prismatic Glow waybar style. Adjust Select wallpaper yad to avoid multiple yad notification
Diffstat (limited to 'config/waybar/configs')
| -rw-r--r-- | config/waybar/configs/[BOT & Right] SouthEast | 4 | ||||
| -rw-r--r-- | config/waybar/configs/[RIGHT] EastWing v2 | 2 | ||||
| -rw-r--r-- | config/waybar/configs/[TOP & BOT] SummitSplit v2 | 64 |
3 files changed, 67 insertions, 3 deletions
diff --git a/config/waybar/configs/[BOT & Right] SouthEast b/config/waybar/configs/[BOT & Right] SouthEast index c988ff90..f08fb507 100644 --- a/config/waybar/configs/[BOT & Right] SouthEast +++ b/config/waybar/configs/[BOT & Right] SouthEast @@ -80,8 +80,8 @@ ], "modules-right": [ - "mpris", - "group/notify", + "mpris", + "group/notify", "tray", "custom/light_dark", ], diff --git a/config/waybar/configs/[RIGHT] EastWing v2 b/config/waybar/configs/[RIGHT] EastWing v2 index 90443b3e..f9991bd6 100644 --- a/config/waybar/configs/[RIGHT] EastWing v2 +++ b/config/waybar/configs/[RIGHT] EastWing v2 @@ -24,7 +24,7 @@ "modules-left": [ "group/notify", - "clock#vertical", + "clock#vertical", "custom/menu", ], diff --git a/config/waybar/configs/[TOP & BOT] SummitSplit v2 b/config/waybar/configs/[TOP & BOT] SummitSplit v2 new file mode 100644 index 00000000..1425f657 --- /dev/null +++ b/config/waybar/configs/[TOP & BOT] SummitSplit v2 @@ -0,0 +1,64 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +/* ### DUAL TOP and BOTTOM v 2### */ + +[ + { + "include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/UserModules", + ], + "name": "topbar", + "layer": "top", + "position": "top", + //"mode": "dock", + "exclusive": true, + "spacing": 2, + "passthrough": false, + "gtk-layer-shell": true, + "reload_style_on_change": true, + "modules-left": [ + "group/app_drawer", + "keyboard-state", + "clock", + "bluetooth", + "network", + ], + "modules-center": ["hyprland/window"], + "modules-right": [ + "mpris", + "battery", + "backlight", + "pulseaudio", + "group/mobo_drawer", + "idle_inhibitor", + "group/power" + ], + +}, + { + "include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", + "$HOME/.config/waybar/UserModules", + ], + "name": "bottombar", + "layer": "top", + "position": "bottom", + "height": 30, + "mode": "dock", + "exclusive": true, + "spacing": 2, + "passthrough": false, + "gtk-layer-shell": true, + "reload_style_on_change": true, + "modules-left": ["hyprland/workspaces#rw"], + "modules-center": ["wlr/taskbar"], + "modules-right": ["tray", "custom/updater", "group/notify"], + } +] |
