From 8040be99a879c8af745905fc88655c6b04450e8e Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Sat, 1 Mar 2025 17:32:33 +0900 Subject: Added Top & Bot waybar v2 layout, Prismatic Glow waybar style. Adjust Select wallpaper yad to avoid multiple yad notification --- config/waybar/configs/[BOT & Right] SouthEast | 4 +- config/waybar/configs/[RIGHT] EastWing v2 | 2 +- config/waybar/configs/[TOP & BOT] SummitSplit v2 | 64 ++++++++++++++++++++++++ 3 files changed, 67 insertions(+), 3 deletions(-) create mode 100644 config/waybar/configs/[TOP & BOT] SummitSplit v2 (limited to 'config/waybar/configs') 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"], + } +] -- cgit v1.2.3