diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 00:18:05 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-20 00:18:05 +0900 |
| commit | 28aa62f54118b4746e2ccabff0167c4991b5cf4d (patch) | |
| tree | 5ef801da361f48af530468496fe0b1967b9127fc /config | |
| parent | f73780ecb547ecc55c17b78cf964197a5f48e71a (diff) | |
Waybar Overhaul - Introducing Default v4, with app drawer function
Diffstat (limited to 'config')
66 files changed, 883 insertions, 454 deletions
diff --git a/config/waybar/Modules b/config/waybar/Modules index e825e53b..647530c8 100644 --- a/config/waybar/Modules +++ b/config/waybar/Modules @@ -2,20 +2,10 @@ /* Waybar Modules */ { -/* NOTE: hyprland-workspaces on a separate file */ -// Weather and Temperature Modules as this is most like to change always. +/* NOTE: hyprland-workspaces and Custom Modules on a separate files */ +/* Weather Temperature Modules as this is most like to change always. */ // Result is of course easier to edit -"custom/weather": { - "format": "{}", - "format-alt": "{alt}: {}", - "format-alt-click": "click", - "interval": 3600, - "return-type": "json", - "exec": "$HOME/.config/hypr/UserScripts/Weather.sh", - //"exec": "$HOME/.config/hypr/UserScripts/Weather.py", - "exec-if": "ping wttr.in -c1", - "tooltip": true, -}, + "temperature": { "interval": 10, "tooltip": true, @@ -32,6 +22,7 @@ ], "on-click-right": "kitty --title nvtop sh -c 'nvtop'" }, + "temperature#vertical": { "interval": 10, "tooltip": true, @@ -49,62 +40,6 @@ "on-click-right": "kitty --title nvtop sh -c 'nvtop'" }, - -// GROUP -"group/motherboard": { - "orientation": "horizontal", - "modules": [ - "cpu", - "memory", - "temperature", - "disk", - ] -}, -"group/mobo_drawer": { - "orientation": "inherit", - "drawer": { - "transition-duration": 500, - "children-class": "cpu", - "transition-left-to-right": true - }, - "modules": [ - "temperature", - "cpu", - "memory", - "disk", - ] -}, -"group/laptop": { - "orientation": "inherit", - "modules": [ - "backlight", - "battery", - ] -}, -"group/audio": { - "orientation": "inherit", - "drawer": { - "transition-duration": 500, - "children-class": "pulseaudio", - "transition-left-to-right": true - }, - "modules": [ - "pulseaudio", - "pulseaudio#microphone", - ] -}, -"group/connections": { - "orientation": "inherit", - "drawer": { - "transition-duration": 500, - "children-class": "bluetooth", - "transition-left-to-right": true - }, - "modules": [ - "network", - "bluetooth", - ] -}, "backlight": { "interval": 2, "align": 0, @@ -165,7 +100,7 @@ "on-click-right": "$HOME/.config/hypr/scripts/Wlogout.sh", }, "bluetooth": { - "format": "", + "format": " ", "format-disabled": "", "format-connected": " {num_connections}", "tooltip-format": " {device_alias}", @@ -362,7 +297,7 @@ ] }, "power-profiles-daemon": { - "format": "{icon}", + "format": "{icon} ", "tooltip-format": "Power profile: {profile}\nDriver: {driver}", "tooltip": true, "format-icons": { @@ -457,148 +392,7 @@ "kitty-dropterm" ], }, -"custom/cycle_wall": { - "format": " ", - "on-click": "$HOME/.config/hypr/UserScripts/WallpaperSelect.sh", - "on-click-right": "$HOME/.config/hypr/UserScripts/WallpaperRandom.sh", - "on-click-middle": "$HOME/.config/hypr/scripts/WaybarStyles.sh", - "tooltip": true, - "tooltip-format": "Left Click: Wallpaper Menu\nMiddle Click: Random wallpaper\nRight Click: Waybar Styles Menu", -}, -"custom/hint": { - "format": " HINT!", - "on-click": "$HOME/.config/hypr/scripts/KeyHints.sh", - "tooltip": true, - "tooltip-format": " Quick Tips", -}, -// Hypridle inhibitor -"custom/hypridle": { - "format": " ", - "return-type": "json", - "escape": true, - "exec-on-event": true, - "interval": 60, - "exec": "$HOME/.config/hypr/scripts/Hypridle.sh status", - "on-click": "$HOME/.config/hypr/scripts/Hypridle.sh toggle", - "on-click-right": "hyprlock" - }, -"custom/keyboard": { - "exec": "cat $HOME/.cache/kb_layout", - "interval": 1, - "format": " {}", - "on-click": "$HOME/.config/hypr/scripts/SwitchKeyboardLayout.sh", -}, -"custom/light_dark": { - "format": "", - "on-click": "$HOME/.config/hypr/scripts/DarkLight.sh", - "on-click-right": "$HOME/.config/hypr/scripts/WaybarStyles.sh", - "on-click-middle": "$HOME/.config/hypr/UserScripts/WallpaperSelect.sh", - "tooltip": true, - "tooltip-format": "Left Click: Switch Dark-Light Themes\nMiddle Click: Wallpaper Menu\nRight Click: Waybar Styles Menu", -}, -"custom/lock": { - "format": "", - "on-click": "$HOME/.config/hypr/scripts/LockScreen.sh", - "tooltip": true, - "tooltip-format": " Screen Lock", -}, -"custom/menu": { - "format": "", - "on-click": "pkill rofi || rofi -show drun -modi run,drun,filebrowser,window", - "on-click-middle": "$HOME/.config/hypr/UserScripts/WallpaperSelect.sh", - "on-click-right": "$HOME/.config/hypr/scripts/WaybarLayout.sh", - "tooltip": true, - "tooltip-format": "Left Click: Rofi Menu\nMiddle Click: Wallpaper Menu\nRight Click: Waybar Layout Menu", -}, -// This is a custom cava visualizer -"custom/cava_mviz": { - "exec": "$HOME/.config/hypr/scripts/WaybarCava.sh", - "format": "{}" -}, -"custom/playerctl": { - "format": "<span>{}</span>", - "return-type": "json", - "max-length": 35, - "exec": "playerctl -a metadata --format '{\"text\": \"{{artist}} $HOME {{markup_escape(title)}}\", \"tooltip\": \"{{playerName}} : {{markup_escape(title)}}\", \"alt\": \"{{status}}\", \"class\": \"{{status}}\"}' -F", - "on-click-middle": "playerctl play-pause", - "on-click": "playerctl previous", - "on-click-right": "playerctl next", - "scroll-step": 5.0, - "on-scroll-up": "$HOME/.config/hypr/scripts/Volume.sh --inc", - "on-scroll-down": "$HOME/.config/hypr/scripts/Volume.sh --dec", - "smooth-scrolling-threshold": 1, -}, -"custom/power": { - "format": "⏻ ", - "on-click": "$HOME/.config/hypr/scripts/Wlogout.sh", - "on-click-right": "$HOME/.config/hypr/scripts/ChangeBlur.sh", - "tooltip": true, - "tooltip-format": "Left Click: Logout Menu\nRight Click: Change Blur", -}, -"custom/swaync": { - "tooltip": true, - "tooltip-format": "Left Click: Launch Notification Center\nRight Click: Do not Disturb", - "format": "{} {icon}", - "format-icons": { - "notification": "<span foreground='red'><sup></sup></span>", - "none": "", - "dnd-notification": "<span foreground='red'><sup></sup></span>", - "dnd-none": "", - "inhibited-notification": "<span foreground='red'><sup></sup></span>", - "inhibited-none": "", - "dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>", - "dnd-inhibited-none": "" - }, - "return-type": "json", - "exec-if": "which swaync-client", - "exec": "swaync-client -swb", - "on-click": "sleep 0.1 && swaync-client -t -sw", - "on-click-right": "swaync-client -d -sw", - "escape": true, -}, -// NOTE:! This is only for Arch and Arch Based Distros depend: pacman-contrib -"custom/updater": { - "format": " {}", - "exec": "checkupdates | wc -l", - "exec-if": "[[ $(checkupdates | wc -l) ]]", - "interval": 15, - "on-click": "if command -v paru &> /dev/null; then kitty -T update paru -Syu; else kitty -T update yay -Syu; fi && notify-send 'The system has been updated'", - "tooltip": true, - "tooltip-format": "Left Click: Update System\nArch Linux Only", -}, - -// Separators -"custom/separator#dot": { - "format": "", - "interval": "once", - "tooltip": false -}, -"custom/separator#dot-line": { - "format": "", - "interval": "once", - "tooltip": false -}, -"custom/separator#line": { - "format": "|", - "interval": "once", - "tooltip": false -}, -"custom/separator#blank": { - "format": "", - "interval": "once", - "tooltip": false -}, -"custom/separator#blank_2": { - "format": " ", - "interval": "once", - "tooltip": false -}, -"custom/separator#blank_3": { - "format": " ", - "interval": "once", - "tooltip": false -}, // Modules below are for vertical layout "backlight#vertical": { "interval": 2, diff --git a/config/waybar/ModulesCustom b/config/waybar/ModulesCustom new file mode 100644 index 00000000..201c97b7 --- /dev/null +++ b/config/waybar/ModulesCustom @@ -0,0 +1,197 @@ +//* ---- 💫 https://github.com/JaKooLit 💫 ---- *// +/* Waybar Modules - Custom Modules */ +/* Basically created to reduce the lines in Waybar Modules bank */ +/* NOTE: This is only for Custom Modules */ +/* Custom Modules like weather browser, tty, file manager at the beginning */ + +{ +"custom/weather": { + "format": "{}", + "format-alt": "{alt}: {}", + "format-alt-click": "click", + "interval": 3600, + "return-type": "json", + "exec": "$HOME/.config/hypr/UserScripts/Weather.sh", + //"exec": "$HOME/.config/hypr/UserScripts/Weather.py", + "exec-if": "ping wttr.in -c1", + "tooltip": true, +}, + +"custom/file_manager": { + "format": " ", + "on-click": "thunar", + "tooltip": true, + "tooltip-format": "File Manager", +}, + +"custom/tty": { + "format": " ", + "on-click": "kitty", + "tooltip": true, + "tooltip-format": "Launch Terminal", +}, + +"custom/browser": { + "format": " ", + "on-click": "firefox", + "tooltip": true, + "tooltip-format": "Launch Browser", +}, + +"custom/settings": { + "format": " ", + "on-click": "$HOME/.config/hypr/UserScripts/QuickEdit.sh", + "tooltip": true, + "tooltip-format": "Launch Quick Edit", +}, + +"custom/cycle_wall": { + "format": " ", + "on-click": "$HOME/.config/hypr/UserScripts/WallpaperSelect.sh", + "on-click-right": "$HOME/.config/hypr/UserScripts/WallpaperRandom.sh", + "on-click-middle": "$HOME/.config/hypr/scripts/WaybarStyles.sh", + "tooltip": true, + "tooltip-format": "Left Click: Wallpaper Menu\nMiddle Click: Random wallpaper\nRight Click: Waybar Styles Menu", +}, + +"custom/hint": { + "format": " HINT!", + "on-click": "$HOME/.config/hypr/scripts/KeyHints.sh", + "tooltip": true, + "tooltip-format": " Quick Tips", +}, + +// Hypridle inhibitor +"custom/hypridle": { + "format": " ", + "return-type": "json", + "escape": true, + "exec-on-event": true, + "interval": 60, + "exec": "$HOME/.config/hypr/scripts/Hypridle.sh status", + "on-click": "$HOME/.config/hypr/scripts/Hypridle.sh toggle", + "on-click-right": "hyprlock" +}, + +"custom/keyboard": { + "exec": "cat $HOME/.cache/kb_layout", + "interval": 1, + "format": " {}", + "on-click": "$HOME/.config/hypr/scripts/SwitchKeyboardLayout.sh", +}, + +"custom/light_dark": { + "format": " ", + "on-click": "$HOME/.config/hypr/scripts/DarkLight.sh", + "on-click-right": "$HOME/.config/hypr/scripts/WaybarStyles.sh", + "on-click-middle": "$HOME/.config/hypr/UserScripts/WallpaperSelect.sh", + "tooltip": true, + "tooltip-format": "Left Click: Switch Dark-Light Themes\nMiddle Click: Wallpaper Menu\nRight Click: Waybar Styles Menu", +}, + +"custom/lock": { + "format": "", + "on-click": "$HOME/.config/hypr/scripts/LockScreen.sh", + "tooltip": true, + "tooltip-format": " Screen Lock", +}, + +"custom/menu": { + "format": "", + "on-click": "pkill rofi || rofi -show drun -modi run,drun,filebrowser,window", + "on-click-middle": "$HOME/.config/hypr/UserScripts/WallpaperSelect.sh", + "on-click-right": "$HOME/.config/hypr/scripts/WaybarLayout.sh", + "tooltip": true, + "tooltip-format": "Left Click: Rofi Menu\nMiddle Click: Wallpaper Menu\nRight Click: Waybar Layout Menu", +}, +// This is a custom cava visualizer +"custom/cava_mviz": { + "exec": "$HOME/.config/hypr/scripts/WaybarCava.sh", + "format": "{}" +}, + +"custom/playerctl": { + "format": "<span>{}</span>", + "return-type": "json", + "max-length": 35, + "exec": "playerctl -a metadata --format '{\"text\": \"{{artist}} $HOME {{markup_escape(title)}}\", \"tooltip\": \"{{playerName}} : {{markup_escape(title)}}\", \"alt\": \"{{status}}\", \"class\": \"{{status}}\"}' -F", + "on-click-middle": "playerctl play-pause", + "on-click": "playerctl previous", + "on-click-right": "playerctl next", + "scroll-step": 5.0, + "on-scroll-up": "$HOME/.config/hypr/scripts/Volume.sh --inc", + "on-scroll-down": "$HOME/.config/hypr/scripts/Volume.sh --dec", + "smooth-scrolling-threshold": 1, +}, + +"custom/power": { + "format": "⏻ ", + "on-click": "$HOME/.config/hypr/scripts/Wlogout.sh", + "on-click-right": "$HOME/.config/hypr/scripts/ChangeBlur.sh", + "tooltip": true, + "tooltip-format": "Left Click: Logout Menu\nRight Click: Change Blur", +}, + +"custom/swaync": { + "tooltip": true, + "tooltip-format": "Left Click: Launch Notification Center\nRight Click: Do not Disturb", + "format": "{} {icon}", + "format-icons": { + "notification": "<span foreground='red'><sup></sup></span>", + "none": "", + "dnd-notification": "<span foreground='red'><sup></sup></span>", + "dnd-none": "", + "inhibited-notification": "<span foreground='red'><sup></sup></span>", + "inhibited-none": "", + "dnd-inhibited-notification": "<span foreground='red'><sup></sup></span>", + "dnd-inhibited-none": "" + }, + "return-type": "json", + "exec-if": "which swaync-client", + "exec": "swaync-client -swb", + "on-click": "sleep 0.1 && swaync-client -t -sw", + "on-click-right": "swaync-client -d -sw", + "escape": true, +}, +// NOTE:! This is only for Arch and Arch Based Distros depend: pacman-contrib +"custom/updater": { + "format": " {}", + "exec": "checkupdates | wc -l", + "exec-if": "[[ $(checkupdates | wc -l) ]]", + "interval": 15, + "on-click": "if command -v paru &> /dev/null; then kitty -T update paru -Syu; else kitty -T update yay -Syu; fi && notify-send 'The system has been updated'", + "tooltip": true, + "tooltip-format": "Left Click: Update System\nArch Linux Only", +}, +// Separators +"custom/separator#dot": { + "format": "", + "interval": "once", + "tooltip": false +}, +"custom/separator#dot-line": { + "format": "", + "interval": "once", + "tooltip": false +}, +"custom/separator#line": { + "format": "|", + "interval": "once", + "tooltip": false +}, +"custom/separator#blank": { + "format": "", + "interval": "once", + "tooltip": false +}, +"custom/separator#blank_2": { + "format": " ", + "interval": "once", + "tooltip": false +}, +"custom/separator#blank_3": { + "format": " ", + "interval": "once", + "tooltip": false +}, +}
\ No newline at end of file diff --git a/config/waybar/ModulesGroups b/config/waybar/ModulesGroups new file mode 100644 index 00000000..6e18ca52 --- /dev/null +++ b/config/waybar/ModulesGroups @@ -0,0 +1,96 @@ +//* ---- 💫 https://github.com/JaKooLit 💫 ---- *// +/* Waybar Modules - Groups Modules */ +/* Basically created to reduce the lines in Waybar Modules bank */ +/* NOTE: This is only for Groups */ + +{ +// GROUPS +"group/app_drawer": { + "orientation": "inherit", + "drawer": { + "transition-duration": 500, + "children-class": "custom/menu", + "transition-left-to-right": true + }, + "modules": [ + "custom/menu", + "custom/light_dark", + "custom/file_manager", + "custom/tty", + "custom/browser", + "custom/settings", + "power-profiles-daemon", + ] +}, +"group/motherboard": { + "orientation": "horizontal", + "modules": [ + "cpu", + "memory", + "temperature", + "disk", + ] +}, + +"group/mobo_drawer": { + "orientation": "inherit", + "drawer": { + "transition-duration": 500, + "children-class": "cpu", + "transition-left-to-right": true + }, + "modules": [ + "temperature", + "cpu", + "memory", + "disk", + ] +}, +"group/laptop": { + "orientation": "inherit", + "modules": [ + "backlight", + "battery", + ] +}, +"group/audio": { + "orientation": "inherit", + "drawer": { + "transition-duration": 500, + "children-class": "pulseaudio", + "transition-left-to-right": true + }, + "modules": [ + "pulseaudio", + "pulseaudio#microphone", + ] +}, + +"group/connections": { + "orientation": "inherit", + "drawer": { + "transition-duration": 500, + "children-class": "bluetooth", + "transition-left-to-right": true + }, + "modules": [ + "network", + "bluetooth", + ] +}, + +"group/status": { + "orientation": "inherit", + "drawer": { + "transition-duration": 500, + "children-class": "custom/power", + "transition-left-to-right": false + }, + "modules": [ + "custom/power", + "custom/lock", + "keyboard-state", + "custom/keyboard", + ] +}, +}
\ No newline at end of file diff --git a/config/waybar/ModulesWorkspaces b/config/waybar/ModulesWorkspaces index 750c3488..4d840c0d 100644 --- a/config/waybar/ModulesWorkspaces +++ b/config/waybar/ModulesWorkspaces @@ -2,185 +2,185 @@ /* Waybar Workspaces modules */ /* Generally, this is a potential expanding of choices for hyprland/workspace */ -{ +// HYPRLAND WORKSPACES. CHOOSE as desired and place on waybar configs - // HYPRLAND WORKSPACES. CHOOSE as desired and place on waybar configs - // CIRCLES Style - "hyprland/workspaces": { - "active-only": false, - "all-outputs": true, - "format": "{icon}", - "show-special": false, - "on-click": "activate", - "on-scroll-up": "hyprctl dispatch workspace e+1", - "on-scroll-down": "hyprctl dispatch workspace e-1", - "persistent-workspaces": { - "*": 5 - }, - "format-icons": { - "active": "", - "default": "", - }, +{ +// CIRCLES Style +"hyprland/workspaces": { + "active-only": false, + "all-outputs": true, + "format": "{icon}", + "show-special": false, + "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "persistent-workspaces": { + "*": 5 }, - // ROMAN Numerals style - "hyprland/workspaces#roman": { - "active-only": false, - "all-outputs": true, - "format": "{icon}", - "show-special": false, - "on-click": "activate", - "on-scroll-up": "hyprctl dispatch workspace e+1", - "on-scroll-down": "hyprctl dispatch workspace e-1", - "persistent-workspaces": { - "*": 5 - }, - "format-icons": { - "1": "I", - "2": "II", - "3": "III", - "4": "IV", - "5": "V", - "6": "VI", - "7": "VII", - "8": "VIII", - "9": "IX", - "10": "X", - }, + "format-icons": { + "active": "", + "default": "", }, - // PACMAN Style - "hyprland/workspaces#pacman": { - "active-only": false, - "all-outputs": true, - "format": "{icon}", - "on-click": "activate", - "on-scroll-up": "hyprctl dispatch workspace e+1", - "on-scroll-down": "hyprctl dispatch workspace e-1", - "show-special": false, - "persistent-workspaces": { - "*": 5 - }, - "format": "{icon}", - "format-icons": { - "active": "<span font='12'></span>", - "empty": "<span font='8'></span>", - "default": "", - }, +}, +// ROMAN Numerals style +"hyprland/workspaces#roman": { + "active-only": false, + "all-outputs": true, + "format": "{icon}", + "show-special": false, + "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "persistent-workspaces": { + "*": 5 }, - // Kanji / Japanese style - "hyprland/workspaces#kanji": { - "disable-scroll": true, - "show-special": false, - "all-outputs": true, - "format": "{icon}", - "persistent-workspaces": { - "*": 5 - }, - "format-icons": { - "1": "一", - "2": "二", - "3": "三", - "4": "四", - "5": "五", - "6": "六", - "7": "七", - "8": "八", - "9": "九", - "10": "十", - } + "format-icons": { + "1": "I", + "2": "II", + "3": "III", + "4": "IV", + "5": "V", + "6": "VI", + "7": "VII", + "8": "VIII", + "9": "IX", + "10": "X", + }, +}, +// PACMAN Style +"hyprland/workspaces#pacman": { + "active-only": false, + "all-outputs": true, + "format": "{icon}", + "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "show-special": false, + "persistent-workspaces": { + "*": 5 + }, + "format": "{icon}", + "format-icons": { + "active": "<span font='12'></span>", + "empty": "<span font='8'></span>", + "default": "", + }, +}, +// Kanji / Japanese style +"hyprland/workspaces#kanji": { + "disable-scroll": true, + "show-special": false, + "all-outputs": true, + "format": "{icon}", + "persistent-workspaces": { + "*": 5 + }, + "format-icons": { + "1": "一", + "2": "二", + "3": "三", + "4": "四", + "5": "五", + "6": "六", + "7": "七", + "8": "八", + "9": "九", + "10": "十", + } +}, +// for Camilla or Spanish +"hyprland/workspaces#cam": { + "active-only":false, + "all-outputs": true, + "format": "{icon}", + "show-special": false, + "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "persistent-workspaces": { + "*": 5 }, - // for Camilla or Spanish - "hyprland/workspaces#cam": { - "active-only":false, - "all-outputs": true, - "format": "{icon}", - "show-special": false, - "on-click": "activate", - "on-scroll-up": "hyprctl dispatch workspace e+1", - "on-scroll-down": "hyprctl dispatch workspace e-1", - "persistent-workspaces": { - "*": 5 - }, - "format-icons": { - "1": "Uno", - "2": "Due", - "3": "Tre", - "4": "Quattro", - "5": "Cinque", - "6":"Sei", - "7":"Sette", - "8":"Otto", - "9":"Nove", - "10":"Dieci" - } - }, - - // NUMBERS and ICONS style - "hyprland/workspaces#4": { - "format": "{name}", - "format": " {name} {icon} ", - //"format": " {icon} ", - "show-special": false, - "on-click": "activate", - "on-scroll-up": "hyprctl dispatch workspace e+1", - "on-scroll-down": "hyprctl dispatch workspace e-1", - "all-outputs": true, - "sort-by-number": true, "format-icons": { - "1": " ", - "2": " ", - "3": " ", - "4": " ", - "5": " ", - "6": " ", - "7": "", - "8": " ", - "9": "", - "10": "10", - "focused": "", - "default": "", - }, + "1": "Uno", + "2": "Due", + "3": "Tre", + "4": "Quattro", + "5": "Cinque", + "6":"Sei", + "7":"Sette", + "8":"Otto", + "9":"Nove", + "10":"Dieci" + } + }, + +// NUMBERS and ICONS style +"hyprland/workspaces#4": { + "format": "{name}", + "format": " {name} {icon} ", + //"format": " {icon} ", + "show-special": false, + "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "all-outputs": true, + "sort-by-number": true, + "format-icons": { + "1": " ", + "2": " ", + "3": " ", + "4": " ", + "5": " ", + "6": " ", + "7": "", + "8": " ", + "9": "", + "10": "10", + "focused": "", + "default": "", + }, +}, +// NUMBERS and ICONS style with window rewrite +"hyprland/workspaces#rw": { + "disable-scroll": true, + "all-outputs": true, + "warp-on-scroll": false, + "sort-by-number": true, + "show-special": false, + "on-click": "activate", + "on-scroll-up": "hyprctl dispatch workspace e+1", + "on-scroll-down": "hyprctl dispatch workspace e-1", + "format": "{icon} {windows}", + "format-window-separator": " ", + "window-rewrite-default": " ", + "window-rewrite": { + "title<.*youtube.*>": " ", + "title<.*amazon.*>": " ", + "title<.*reddit.*>": " ", + "title<.*Picture-in-Picture.*>": " ", + "class<firefox|org.mozilla.firefox>": " ", + "class<kitty|konsole>": " ", + "class<kitty-dropterm>": " ", + "class<Chromium>": " ", + "class<org.telegram.desktop|io.github.tdesktop_x64.TDesktop>": " ", + "class<[Ss]potify>": " ", + "class<VSCode|code-url-handler|code-oss|codium|codium-url-handler|VSCodium>": " ", + "class<thunar>": " ", + "class<[Tt]hunderbird|[Tt]hunderbird-esr>": " ", + "class<discord|[Ww]ebcord>": " ", + "class<subl>": " ", + "class<mpv>": " ", + "class<celluloid>": " ", + "class<Cider>": " ", + "class<virt-manager>": " ", + "class<codeblocks>": " ", + "class<mousepad>": " ", + "class<libreoffice-writer>": " ", + "class<libreoffice-startcenter>": " ", + "class<com.obsproject.Studio>": " ", + "class<polkit-gnome-authentication-agent-1>": " ", + "class<nwg-look>": " " + } }, - // NUMBERS and ICONS style with window rewrite - "hyprland/workspaces#rw": { - "disable-scroll": true, - "all-outputs": true, - "warp-on-scroll": false, - "sort-by-number": true, - "show-special": false, - "on-click": "activate", - "on-scroll-up": "hyprctl dispatch workspace e+1", - "on-scroll-down": "hyprctl dispatch workspace e-1", - "format": "{icon} {windows}", - "format-window-separator": " ", - "window-rewrite-default": " ", - "window-rewrite": { - "title<.*youtube.*>": " ", - "title<.*amazon.*>": " ", - "title<.*reddit.*>": " ", - "title<.*Picture-in-Picture.*>": " ", - "class<[Ff]irefox|org.mozilla.firefox|[Ff]irefox-esr>": " ", - "class<kitty|konsole>": " ", - "class<kitty-dropterm>": " ", - "class<Chromium>": " ", - "class<org.telegram.desktop|io.github.tdesktop_x64.TDeskto>": " ", - "class<[Ss]potify>": " ", - "class<VSCode|code-url-handler|code-oss|codium|codium-url-handler|VSCodium>": " ", - "class<[Tt]hunar>": " ", - "class<[Tt]hunderbird|[Tt]hunderbird-esr>": " ", - "class<discord|[Ww]ebcord>": " ", - "class<subl>": " ", - "class<mpv>": " ", - "class<celluloid>": " ", - "class<Cider>": " ", - "class<virt-manager>": " ", - "class<codeblocks>": " ", - "class<mousepad>": " ", - "class<libreoffice-writer>": " ", - "class<libreoffice-startcenter>": " ", - "class<com.obsproject.Studio>": " ", - "class<polkit-gnome-authentication-agent-1>": " ", - "class<nwg-look>": " " - } - }, - - }
\ No newline at end of file + +}
\ No newline at end of file diff --git a/config/waybar/configs/[BOT & Left] SouthWest b/config/waybar/configs/[BOT & Left] SouthWest index 87be19f0..a38db32c 100644 --- a/config/waybar/configs/[BOT & Left] SouthWest +++ b/config/waybar/configs/[BOT & Left] SouthWest @@ -6,6 +6,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", @@ -50,6 +52,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", "position": "left", diff --git a/config/waybar/configs/[BOT & Right] SouthEast b/config/waybar/configs/[BOT & Right] SouthEast index db367b9c..27cc7ceb 100644 --- a/config/waybar/configs/[BOT & Right] SouthEast +++ b/config/waybar/configs/[BOT & Right] SouthEast @@ -6,6 +6,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", @@ -50,6 +52,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", "position": "right", diff --git a/config/waybar/configs/[BOT] Camellia b/config/waybar/configs/[BOT] Camellia index 4fabb931..67e8c193 100644 --- a/config/waybar/configs/[BOT] Camellia +++ b/config/waybar/configs/[BOT] Camellia @@ -9,6 +9,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[BOT] Chrysanthemum b/config/waybar/configs/[BOT] Chrysanthemum index f3368015..2aa45feb 100644 --- a/config/waybar/configs/[BOT] Chrysanthemum +++ b/config/waybar/configs/[BOT] Chrysanthemum @@ -8,6 +8,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[BOT] Default b/config/waybar/configs/[BOT] Default index d2638258..fc87a9e4 100644 --- a/config/waybar/configs/[BOT] Default +++ b/config/waybar/configs/[BOT] Default @@ -5,6 +5,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[BOT] Default Laptop b/config/waybar/configs/[BOT] Default Laptop index 11e12da8..067dfbc4 100644 --- a/config/waybar/configs/[BOT] Default Laptop +++ b/config/waybar/configs/[BOT] Default Laptop @@ -5,6 +5,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[BOT] Gardenia b/config/waybar/configs/[BOT] Gardenia index 9025edfc..fa9cbab0 100644 --- a/config/waybar/configs/[BOT] Gardenia +++ b/config/waybar/configs/[BOT] Gardenia @@ -9,6 +9,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[BOT] Peony b/config/waybar/configs/[BOT] Peony index 306ff4f9..a7f13bdd 100644 --- a/config/waybar/configs/[BOT] Peony +++ b/config/waybar/configs/[BOT] Peony @@ -9,6 +9,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[BOT] Simple b/config/waybar/configs/[BOT] Simple index ef5c30eb..46003460 100644 --- a/config/waybar/configs/[BOT] Simple +++ b/config/waybar/configs/[BOT] Simple @@ -5,6 +5,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", "position": "bottom", diff --git a/config/waybar/configs/[BOT] Sleek b/config/waybar/configs/[BOT] Sleek index c79fd71f..a4aed328 100644 --- a/config/waybar/configs/[BOT] Sleek +++ b/config/waybar/configs/[BOT] Sleek @@ -6,6 +6,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", "position": "bottom", diff --git a/config/waybar/configs/[Left] WestWing b/config/waybar/configs/[Left] WestWing index f44b97b2..4fec3cd2 100644 --- a/config/waybar/configs/[Left] WestWing +++ b/config/waybar/configs/[Left] WestWing @@ -6,6 +6,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", "position": "left", diff --git a/config/waybar/configs/[Right] EastWing b/config/waybar/configs/[Right] EastWing index c9860298..2a3acebb 100644 --- a/config/waybar/configs/[Right] EastWing +++ b/config/waybar/configs/[Right] EastWing @@ -6,6 +6,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", "position": "right", diff --git a/config/waybar/configs/[TOP & BOT] SummitSplit b/config/waybar/configs/[TOP & BOT] SummitSplit index 3d419c22..023ac1b8 100644 --- a/config/waybar/configs/[TOP & BOT] SummitSplit +++ b/config/waybar/configs/[TOP & BOT] SummitSplit @@ -6,6 +6,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", @@ -48,6 +50,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP & Left] NorthWest b/config/waybar/configs/[TOP & Left] NorthWest index dd03fd92..c6ebf4a7 100644 --- a/config/waybar/configs/[TOP & Left] NorthWest +++ b/config/waybar/configs/[TOP & Left] NorthWest @@ -6,6 +6,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", @@ -47,6 +49,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", "position": "left", diff --git a/config/waybar/configs/[TOP & Right] NorthEast b/config/waybar/configs/[TOP & Right] NorthEast index 442c7886..ae588fb4 100644 --- a/config/waybar/configs/[TOP & Right] NorthEast +++ b/config/waybar/configs/[TOP & Right] NorthEast @@ -6,6 +6,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", @@ -47,6 +49,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", "position": "right", diff --git a/config/waybar/configs/[TOP] Camellia b/config/waybar/configs/[TOP] Camellia index 6cd1ee96..e13256c9 100644 --- a/config/waybar/configs/[TOP] Camellia +++ b/config/waybar/configs/[TOP] Camellia @@ -9,6 +9,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Chrysanthemum b/config/waybar/configs/[TOP] Chrysanthemum index a37ce210..06a7bbcf 100644 --- a/config/waybar/configs/[TOP] Chrysanthemum +++ b/config/waybar/configs/[TOP] Chrysanthemum @@ -8,6 +8,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default b/config/waybar/configs/[TOP] Default index 747fd9fe..3a95929b 100644 --- a/config/waybar/configs/[TOP] Default +++ b/config/waybar/configs/[TOP] Default @@ -5,6 +5,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default Laptop b/config/waybar/configs/[TOP] Default Laptop index 02dd6169..47f13956 100644 --- a/config/waybar/configs/[TOP] Default Laptop +++ b/config/waybar/configs/[TOP] Default Laptop @@ -5,6 +5,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default Laptop_v2 b/config/waybar/configs/[TOP] Default Laptop_v2 index 24d1a58b..adc49a4d 100644 --- a/config/waybar/configs/[TOP] Default Laptop_v2 +++ b/config/waybar/configs/[TOP] Default Laptop_v2 @@ -5,6 +5,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default Laptop_v3 b/config/waybar/configs/[TOP] Default Laptop_v3 index 80f4539b..04f037fa 100644 --- a/config/waybar/configs/[TOP] Default Laptop_v3 +++ b/config/waybar/configs/[TOP] Default Laptop_v3 @@ -5,6 +5,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default Laptop_v4 b/config/waybar/configs/[TOP] Default Laptop_v4 new file mode 100644 index 00000000..86e5a5fe --- /dev/null +++ b/config/waybar/configs/[TOP] Default Laptop_v4 @@ -0,0 +1,55 @@ +/* ---- 💫 https://github.com/JaKooLit 💫 ---- */ + +// ### DEFAULT v4 (Laptop) - Top ### // +{ +"include": [ + "$HOME/.config/waybar/Modules", + "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", + ], +"layer": "top", +//"mode": "dock", +"exclusive": true, +"passthrough": false, +"position": "top", +"spacing": 3, +"fixed-center": true, +"ipc": true, +"margin-top": 3, +"margin-left": 8, +"margin-right": 8, + +"modules-left": [ + "group/app_drawer", + "custom/separator#dot-line", + "group/mobo_drawer", + "custom/separator#blank", + "group/laptop", + "custom/separator#line", + "custom/weather", + ], + +"modules-center": [ + "custom/swaync", + "custom/cava_mviz", + "custom/separator#dot-line", + "clock", + "custom/separator#line", + "hyprland/workspaces#kanji", + "custom/separator#dot-line", + "idle_inhibitor", + "custom/hint", + ], + +"modules-right": [ + "network#speed", + "group/connections", + "custom/separator#line", + "tray", + "mpris", + "group/audio", + "custom/separator#dot-line", + "group/status", + ], +}
\ No newline at end of file diff --git a/config/waybar/configs/[TOP] Default_v2 b/config/waybar/configs/[TOP] Default_v2 index 8a0b7a29..c4e4f59c 100644 --- a/config/waybar/configs/[TOP] Default_v2 +++ b/config/waybar/configs/[TOP] Default_v2 @@ -5,6 +5,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Default_v3 b/config/waybar/configs/[TOP] Default_v3 index de393ee0..826b7724 100644 --- a/config/waybar/configs/[TOP] Default_v3 +++ b/config/waybar/configs/[TOP] Default_v3 @@ -5,6 +5,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Everforest b/config/waybar/configs/[TOP] Everforest index 67cf09c4..0db338a0 100644 --- a/config/waybar/configs/[TOP] Everforest +++ b/config/waybar/configs/[TOP] Everforest @@ -6,6 +6,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Gardenia b/config/waybar/configs/[TOP] Gardenia index b8aa3b70..36b6fa1b 100644 --- a/config/waybar/configs/[TOP] Gardenia +++ b/config/waybar/configs/[TOP] Gardenia @@ -9,6 +9,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Minimal - Long b/config/waybar/configs/[TOP] Minimal - Long index e5ff1e28..6347a498 100644 --- a/config/waybar/configs/[TOP] Minimal - Long +++ b/config/waybar/configs/[TOP] Minimal - Long @@ -6,6 +6,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Minimal - Short b/config/waybar/configs/[TOP] Minimal - Short index e080fbd5..a0eeba39 100644 --- a/config/waybar/configs/[TOP] Minimal - Short +++ b/config/waybar/configs/[TOP] Minimal - Short @@ -6,6 +6,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", "position": "top", diff --git a/config/waybar/configs/[TOP] Peony b/config/waybar/configs/[TOP] Peony index 2ceb6473..f9f63acd 100644 --- a/config/waybar/configs/[TOP] Peony +++ b/config/waybar/configs/[TOP] Peony @@ -9,6 +9,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", //"mode": "dock", diff --git a/config/waybar/configs/[TOP] Simple b/config/waybar/configs/[TOP] Simple index 77ddefa0..e00c32ea 100644 --- a/config/waybar/configs/[TOP] Simple +++ b/config/waybar/configs/[TOP] Simple @@ -5,6 +5,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", "position": "top", diff --git a/config/waybar/configs/[TOP] Sleek b/config/waybar/configs/[TOP] Sleek index 12227bf5..5edc1646 100644 --- a/config/waybar/configs/[TOP] Sleek +++ b/config/waybar/configs/[TOP] Sleek @@ -5,6 +5,8 @@ "include": [ "$HOME/.config/waybar/Modules", "$HOME/.config/waybar/ModulesWorkspaces", + "$HOME/.config/waybar/ModulesCustom", + "$HOME/.config/waybar/ModulesGroups", ], "layer": "top", "position": "top", diff --git a/config/waybar/style/[Black & White] Monochrome.css b/config/waybar/style/[Black & White] Monochrome.css index ea82bcad..c3f5e882 100644 --- a/config/waybar/style/[Black & White] Monochrome.css +++ b/config/waybar/style/[Black & White] Monochrome.css @@ -127,16 +127,23 @@ tooltip label{ #wireplumber, #workspaces, #custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Catppuccin] Latte.css b/config/waybar/style/[Catppuccin] Latte.css index 5b2ed50d..f7a3e856 100644 --- a/config/waybar/style/[Catppuccin] Latte.css +++ b/config/waybar/style/[Catppuccin] Latte.css @@ -98,16 +98,23 @@ window#waybar.empty #window { #wireplumber, #workspaces, #custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, -#custom-power, -#custom-speaker, #custom-power_vertical, +#custom-power, +#custom-settings, +#custom-spotify, +#custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Catppuccin] Mocha.css b/config/waybar/style/[Catppuccin] Mocha.css index 3e4ef6f7..658f73f0 100644 --- a/config/waybar/style/[Catppuccin] Mocha.css +++ b/config/waybar/style/[Catppuccin] Mocha.css @@ -118,16 +118,23 @@ window#waybar.empty #window { #wireplumber, #workspaces, #custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Colored] Chroma Glow.css b/config/waybar/style/[Colored] Chroma Glow.css index 084f3b60..633bb78c 100644 --- a/config/waybar/style/[Colored] Chroma Glow.css +++ b/config/waybar/style/[Colored] Chroma Glow.css @@ -114,16 +114,23 @@ tooltip label{ #wireplumber, #workspaces, #custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Colored] Translucent.css b/config/waybar/style/[Colored] Translucent.css index 8fc34966..f465ef33 100644 --- a/config/waybar/style/[Colored] Translucent.css +++ b/config/waybar/style/[Colored] Translucent.css @@ -123,16 +123,23 @@ tooltip { #wireplumber, #workspaces, #custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Colorful] Aurora Blossom.css b/config/waybar/style/[Colorful] Aurora Blossom.css index 7945138a..1fe53ebe 100644 --- a/config/waybar/style/[Colorful] Aurora Blossom.css +++ b/config/waybar/style/[Colorful] Aurora Blossom.css @@ -116,16 +116,23 @@ tooltip label{ #wireplumber, #workspaces, #custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Colorful] Aurora.css b/config/waybar/style/[Colorful] Aurora.css index faf38b1a..e4776dc5 100644 --- a/config/waybar/style/[Colorful] Aurora.css +++ b/config/waybar/style/[Colorful] Aurora.css @@ -104,17 +104,23 @@ tooltip label{ #wireplumber, #workspaces, #custom-backlight, +#custom-browser, #custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, -#custom-power, #custom-power_vertical, +#custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, @@ -127,11 +133,11 @@ tooltip label{ #custom-weather.showyIcyDay, #custom-weather.snowyIcyNight, #custom-weather.sunnyDay { - background-image: linear-gradient(45deg, #14e81e 10%, #017ed5 54%, #8d00c4 90%); + background-image: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF); color: black; border: 1px; border-style: solid; - border-radius: 4px; + border-radius: 6px; padding-top: 4px; padding-bottom: 4px; padding-right: 6px; diff --git a/config/waybar/style/[Colorful] Rainbow Spectrum.css b/config/waybar/style/[Colorful] Rainbow Spectrum.css index b1bed19f..dfe5694c 100644 --- a/config/waybar/style/[Colorful] Rainbow Spectrum.css +++ b/config/waybar/style/[Colorful] Rainbow Spectrum.css @@ -98,16 +98,23 @@ tooltip label{ #wireplumber, #workspaces, #custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, @@ -205,6 +212,15 @@ tooltip label{ background-color: #e6ed7b; } +#custom-cava_mviz, +#power-profiles-daemon, +#custom-browser, +#custom-file_manager, +#custom-tty, +#custom-settings { + background: linear-gradient(45deg, #14e81e 10%, #017ed5 54%, #8d00c4 90%); +} + #custom-cycle_wall { background-color: #94e2d5; } diff --git a/config/waybar/style/[Dark] Golden Noir.css b/config/waybar/style/[Dark] Golden Noir.css index b3b4d515..ce380d2b 100644 --- a/config/waybar/style/[Dark] Golden Noir.css +++ b/config/waybar/style/[Dark] Golden Noir.css @@ -132,17 +132,23 @@ tooltip { #wireplumber, #workspaces, #custom-backlight, +#custom-browser, #custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Dark] Half-Moon.css b/config/waybar/style/[Dark] Half-Moon.css index e06b1ac3..df12c8d0 100644 --- a/config/waybar/style/[Dark] Half-Moon.css +++ b/config/waybar/style/[Dark] Half-Moon.css @@ -233,6 +233,17 @@ color: #F3F4F5; padding: 2px 15px; } +#custom-browser, +#custom-file_manager, +#custom-tty, +#custom-settings { + border-radius: 50px 50px; + margin: 5px; + padding: 2px 15px; + color: #0F1419; + background: linear-gradient(45deg, #95E6CB, #59C2FF, #D2A6FF); +} + #custom-weather { color: #59C2FF; background: #0F1419; diff --git a/config/waybar/style/[Dark] Latte-Wallust combined.css b/config/waybar/style/[Dark] Latte-Wallust combined.css index 775fcb51..f80b494a 100644 --- a/config/waybar/style/[Dark] Latte-Wallust combined.css +++ b/config/waybar/style/[Dark] Latte-Wallust combined.css @@ -163,8 +163,10 @@ tooltip { #wireplumber, #workspaces, #custom-backlight, +#custom-browser, #custom-cava_mviz, #custom-cycle_wall, +#custom-file_manager, #custom-keybinds, #custom-keyboard, #custom-light_dark, @@ -174,7 +176,10 @@ tooltip { #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Dark] Purpl.css b/config/waybar/style/[Dark] Purpl.css index f018a5d8..d623b8e0 100644 --- a/config/waybar/style/[Dark] Purpl.css +++ b/config/waybar/style/[Dark] Purpl.css @@ -130,17 +130,23 @@ tooltip { #wireplumber, #workspaces, #custom-backlight, +#custom-browser, #custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Dark] Wallust Obsidian Edge.css b/config/waybar/style/[Dark] Wallust Obsidian Edge.css index 5af9a161..d44f9e39 100644 --- a/config/waybar/style/[Dark] Wallust Obsidian Edge.css +++ b/config/waybar/style/[Dark] Wallust Obsidian Edge.css @@ -134,17 +134,23 @@ tooltip label { #wireplumber, #workspaces, #custom-backlight, +#custom-browser, #custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Extra] Crimson.css b/config/waybar/style/[Extra] Crimson.css index fe8a2fab..c588acc5 100644 --- a/config/waybar/style/[Extra] Crimson.css +++ b/config/waybar/style/[Extra] Crimson.css @@ -127,16 +127,23 @@ tooltip { #wireplumber, #workspaces, #custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Extra] EverForest.css b/config/waybar/style/[Extra] EverForest.css index b7d6e753..817b78ac 100644 --- a/config/waybar/style/[Extra] EverForest.css +++ b/config/waybar/style/[Extra] EverForest.css @@ -309,16 +309,23 @@ window#waybar.empty #window { #wireplumber, #workspaces, #custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Extra] Mauve.css b/config/waybar/style/[Extra] Mauve.css index e3c1fa9f..72f5374c 100644 --- a/config/waybar/style/[Extra] Mauve.css +++ b/config/waybar/style/[Extra] Mauve.css @@ -143,17 +143,23 @@ tooltip { #wireplumber, #workspaces, #custom-backlight, +#custom-browser, #custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Extra] Rose Pine.css b/config/waybar/style/[Extra] Rose Pine.css index 1266f0f6..77c4f583 100644 --- a/config/waybar/style/[Extra] Rose Pine.css +++ b/config/waybar/style/[Extra] Rose Pine.css @@ -125,19 +125,24 @@ tooltip { #window, #wireplumber, #custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, -#custom-swaync, -#custom-cava_mviz, #custom-weather, #custom-weather.clearNight, #custom-weather.cloudyFoggyDay, diff --git a/config/waybar/style/[Extra] Simple Pink.css b/config/waybar/style/[Extra] Simple Pink.css index 64b44378..c2f522b0 100644 --- a/config/waybar/style/[Extra] Simple Pink.css +++ b/config/waybar/style/[Extra] Simple Pink.css @@ -136,17 +136,23 @@ tooltip { #wireplumber, #workspaces, #custom-backlight, +#custom-browser, #custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Light] Monochrome Contrast.css b/config/waybar/style/[Light] Monochrome Contrast.css index 0567a54e..cd2eb0ea 100644 --- a/config/waybar/style/[Light] Monochrome Contrast.css +++ b/config/waybar/style/[Light] Monochrome Contrast.css @@ -128,16 +128,23 @@ tooltip label{ #wireplumber, #workspaces, #custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Light] Obsidian Glow.css b/config/waybar/style/[Light] Obsidian Glow.css index efa2d04e..f860ce50 100644 --- a/config/waybar/style/[Light] Obsidian Glow.css +++ b/config/waybar/style/[Light] Obsidian Glow.css @@ -101,17 +101,23 @@ tooltip label { #wireplumber, #workspaces, #custom-backlight, +#custom-browser, #custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Retro] Simple Style.css b/config/waybar/style/[Retro] Simple Style.css index cbb96770..27e9db98 100644 --- a/config/waybar/style/[Retro] Simple Style.css +++ b/config/waybar/style/[Retro] Simple Style.css @@ -68,16 +68,23 @@ window#waybar { #wireplumber, #workspaces, #custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Transparent] Crystal Clear.css b/config/waybar/style/[Transparent] Crystal Clear.css index 580105b5..3d52a7fd 100644 --- a/config/waybar/style/[Transparent] Crystal Clear.css +++ b/config/waybar/style/[Transparent] Crystal Clear.css @@ -89,17 +89,24 @@ window#waybar.empty #window { #window, #wireplumber, #workspaces, +#custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, -#custom-swaync, +#custom-settings, #custom-spotify, +#custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css b/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css index b5de0776..8885aa97 100644 --- a/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css +++ b/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css @@ -78,16 +78,23 @@ tooltip { #window, #wireplumber, #custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Wallust Bordered] Chroma Simple.css b/config/waybar/style/[Wallust Bordered] Chroma Simple.css index f34ff26b..0196f85f 100644 --- a/config/waybar/style/[Wallust Bordered] Chroma Simple.css +++ b/config/waybar/style/[Wallust Bordered] Chroma Simple.css @@ -102,17 +102,23 @@ tooltip { #window, #wireplumber, #custom-backlight, +#custom-browser, #custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Wallust Transparent] Crystal Clear.css b/config/waybar/style/[Wallust Transparent] Crystal Clear.css index 3e60ee2d..3bd05a49 100644 --- a/config/waybar/style/[Wallust Transparent] Crystal Clear.css +++ b/config/waybar/style/[Wallust Transparent] Crystal Clear.css @@ -113,17 +113,24 @@ window#waybar.empty #window { #window, #wireplumber, #workspaces, +#custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, -#custom-swaync, +#custom-settings, #custom-spotify, +#custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Wallust] Box type.css b/config/waybar/style/[Wallust] Box type.css index 0473a533..496c3c77 100644 --- a/config/waybar/style/[Wallust] Box type.css +++ b/config/waybar/style/[Wallust] Box type.css @@ -103,16 +103,23 @@ window#waybar.empty #window { #wireplumber, #workspaces, #custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Wallust] Chroma Edge.css b/config/waybar/style/[Wallust] Chroma Edge.css index 162baf8f..b58e607d 100644 --- a/config/waybar/style/[Wallust] Chroma Edge.css +++ b/config/waybar/style/[Wallust] Chroma Edge.css @@ -105,16 +105,23 @@ tooltip label{ #wireplumber, #workspaces, #custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Wallust] Chroma Fusion.css b/config/waybar/style/[Wallust] Chroma Fusion.css index d56d90ae..78501aa2 100644 --- a/config/waybar/style/[Wallust] Chroma Fusion.css +++ b/config/waybar/style/[Wallust] Chroma Fusion.css @@ -78,16 +78,24 @@ tooltip { #window, #wireplumber, #workspaces, +#custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Wallust] Chroma Tally.css b/config/waybar/style/[Wallust] Chroma Tally.css index 5b4ad430..dede0609 100644 --- a/config/waybar/style/[Wallust] Chroma Tally.css +++ b/config/waybar/style/[Wallust] Chroma Tally.css @@ -97,16 +97,23 @@ tooltip { #wireplumber, #workspaces, #custom-backlight, +#custom-browser, +#custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Wallust] Colored.css b/config/waybar/style/[Wallust] Colored.css index 9fb2465b..be6bae2a 100644 --- a/config/waybar/style/[Wallust] Colored.css +++ b/config/waybar/style/[Wallust] Colored.css @@ -128,17 +128,23 @@ tooltip { #wireplumber, #workspaces, #custom-backlight, +#custom-browser, #custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, diff --git a/config/waybar/style/[Wallust] Simple.css b/config/waybar/style/[Wallust] Simple.css index ace97257..510658d3 100644 --- a/config/waybar/style/[Wallust] Simple.css +++ b/config/waybar/style/[Wallust] Simple.css @@ -126,17 +126,23 @@ tooltip { #wireplumber, #workspaces, #custom-backlight, +#custom-browser, #custom-cava_mviz, #custom-cycle_wall, -#custom-hint, -#custom-hypridle, +#custom-file_manager, +#custom-keybinds, #custom-keyboard, #custom-light_dark, #custom-lock, +#custom-hint, +#custom-hypridle, #custom-menu, #custom-power_vertical, #custom-power, +#custom-settings, +#custom-spotify, #custom-swaync, +#custom-tty, #custom-updater, #custom-weather, #custom-weather.clearNight, |
