diff options
| author | JaKooLit <ejhay.games@gmail.com> | 2024-09-13 18:34:51 +0900 |
|---|---|---|
| committer | JaKooLit <ejhay.games@gmail.com> | 2024-09-13 18:34:51 +0900 |
| commit | a7bd1440a1a00c4884f507afd3cc2bcc848d38bd (patch) | |
| tree | d91092480267510f7f1f0e1f6392ebc10d1d1158 /config | |
| parent | ea8fb19ee34393500fe6e36e505cdf1665b221d2 (diff) | |
updated waybar hypridle icon and styles
Diffstat (limited to 'config')
31 files changed, 106 insertions, 76 deletions
diff --git a/config/waybar/Modules b/config/waybar/Modules index e6041d52..653c7efe 100644 --- a/config/waybar/Modules +++ b/config/waybar/Modules @@ -11,8 +11,8 @@ "format-alt-click": "click", "interval": 3600, "return-type": "json", - "exec": "~/.config/hypr/UserScripts/Weather.sh", - //"exec": "~/.config/hypr/UserScripts/Weather.py", + "exec": "$HOME/.config/hypr/UserScripts/Weather.sh", + //"exec": "$HOME/.config/hypr/UserScripts/Weather.py", "exec-if": "ping wttr.in -c1", "tooltip": true, }, @@ -127,8 +127,8 @@ "on-click-middle": "", "on-click-right": "", "on-update": "", - "on-scroll-up": "~/.config/hypr/scripts/Brightness.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Brightness.sh --dec", + "on-scroll-up": "$HOME/.config/hypr/scripts/Brightness.sh --inc", + "on-scroll-down": "$HOME/.config/hypr/scripts/Brightness.sh --dec", "smooth-scrolling-threshold": 1, }, "backlight#2": { @@ -161,8 +161,8 @@ "format-time": "{H}h {M}min", "tooltip": true, "tooltip-format": "{timeTo} {power}w", - "on-click-middle": "~/.config/hypr/scripts/ChangeBlur.sh", - "on-click-right": "~/.config/hypr/scripts/Wlogout.sh", + "on-click-middle": "$HOME/.config/hypr/scripts/ChangeBlur.sh", + "on-click-right": "$HOME/.config/hypr/scripts/Wlogout.sh", }, "bluetooth": { "format": "", @@ -304,8 +304,8 @@ "on-click": "playerctl previous", "on-click-right": "playerctl next", "scroll-step": 5.0, - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", + "on-scroll-up": "$HOME/.config/hypr/scripts/Volume.sh --inc", + "on-scroll-down": "$HOME/.config/hypr/scripts/Volume.sh --dec", "smooth-scrolling-threshold": 1, "player-icons": { "chromium": "", @@ -388,10 +388,10 @@ ], }, "scroll-step": 5.0, - "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", + "on-click": "$HOME/.config/hypr/scripts/Volume.sh --toggle", "on-click-right": "pavucontrol -t 3", - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", + "on-scroll-up": "$HOME/.config/hypr/scripts/Volume.sh --inc", + "on-scroll-down": "$HOME/.config/hypr/scripts/Volume.sh --dec", "tooltip-format": "{icon} {desc} | {volume}%", "smooth-scrolling-threshold": 1, }, @@ -418,10 +418,10 @@ "format": "{format_source}", "format-source": " {volume}%", "format-source-muted": "", - "on-click": "~/.config/hypr/scripts/Volume.sh --toggle-mic", + "on-click": "$HOME/.config/hypr/scripts/Volume.sh --toggle-mic", "on-click-right": "pavucontrol -t 4", - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --mic-inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --mic-dec", + "on-scroll-up": "$HOME/.config/hypr/scripts/Volume.sh --mic-inc", + "on-scroll-down": "$HOME/.config/hypr/scripts/Volume.sh --mic-dec", "tooltip-format": "{source_desc} | {source_volume}%", "scroll-step": 5, }, @@ -432,10 +432,10 @@ "wireplumber": { "format": "{icon} {volume} %", "format-muted": " Mute", - "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", + "on-click": "$HOME/.config/hypr/scripts/Volume.sh --toggle", "on-click-right": "pavucontrol -t 3", - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", + "on-scroll-up": "$HOME/.config/hypr/scripts/Volume.sh --inc", + "on-scroll-down": "$HOME/.config/hypr/scripts/Volume.sh --dec", "format-icons": [ "", "", "", "" ], @@ -456,21 +456,21 @@ }, "custom/cycle_wall": { "format": " ", - "on-click": "~/.config/hypr/UserScripts/WallpaperSelect.sh", - "on-click-right": "~/.config/hypr/UserScripts/WallpaperRandom.sh", - "on-click-middle": "~/.config/hypr/scripts/WaybarStyles.sh", + "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": "~/.config/hypr/scripts/KeyHints.sh", + "on-click": "$HOME/.config/hypr/scripts/KeyHints.sh", "tooltip": true, "tooltip-format": " Quick Tips", }, // Hypridle inhibitor "custom/hypridle": { - "format": " ", + "format": " ", "return-type": "json", "escape": true, "exec-on-event": true, @@ -480,22 +480,22 @@ "on-click-right": "hyprlock" }, "custom/keyboard": { - "exec": "cat ~/.cache/kb_layout", + "exec": "cat $HOME/.cache/kb_layout", "interval": 1, "format": " {}", - "on-click": "~/.config/hypr/scripts/SwitchKeyboardLayout.sh", + "on-click": "$HOME/.config/hypr/scripts/SwitchKeyboardLayout.sh", }, "custom/light_dark": { "format": "", - "on-click": "~/.config/hypr/scripts/DarkLight.sh", - "on-click-right": "~/.config/hypr/scripts/WaybarStyles.sh", - "on-click-middle": "~/.config/hypr/UserScripts/WallpaperSelect.sh", + "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": "~/.config/hypr/scripts/LockScreen.sh", + "on-click": "$HOME/.config/hypr/scripts/LockScreen.sh", "tooltip": true, "tooltip-format": " Screen Lock", @@ -503,33 +503,33 @@ "custom/menu": { "format": "", "on-click": "pkill rofi || rofi -show drun -modi run,drun,filebrowser,window", - "on-click-middle": "~/.config/hypr/UserScripts/WallpaperSelect.sh", - "on-click-right": "~/.config/hypr/scripts/WaybarLayout.sh", + "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": "~/.config/hypr/scripts/WaybarCava.sh", + "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}} ~ {{markup_escape(title)}}\", \"tooltip\": \"{{playerName}} : {{markup_escape(title)}}\", \"alt\": \"{{status}}\", \"class\": \"{{status}}\"}' -F", + "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": "~/.config/hypr/scripts/Volume.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", + "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": "~/.config/hypr/scripts/Wlogout.sh", - "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh", + "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", }, @@ -610,8 +610,8 @@ "on-click-middle": "", "on-click-right": "", "on-update": "", - "on-scroll-up": "~/.config/hypr/scripts/Brightness.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Brightness.sh --dec", + "on-scroll-up": "$HOME/.config/hypr/scripts/Brightness.sh --inc", + "on-scroll-down": "$HOME/.config/hypr/scripts/Brightness.sh --dec", "smooth-scrolling-threshold": 1, "tooltip-format": "{percent}%", }, @@ -663,10 +663,10 @@ ], }, "scroll-step": 5.0, - "on-click": "~/.config/hypr/scripts/Volume.sh --toggle", + "on-click": "$HOME/.config/hypr/scripts/Volume.sh --toggle", "on-click-right": "pavucontrol -t 3", - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --dec", + "on-scroll-up": "$HOME/.config/hypr/scripts/Volume.sh --inc", + "on-scroll-down": "$HOME/.config/hypr/scripts/Volume.sh --dec", "tooltip-format": "{icon} {desc} | {volume}%", "smooth-scrolling-threshold": 1, }, @@ -675,9 +675,9 @@ "format-source": "", "format-source-muted": "", "on-click-right": "pavucontrol", - "on-click": "~/.config/hypr/scripts/Volume.sh --toggle-mic", - "on-scroll-up": "~/.config/hypr/scripts/Volume.sh --mic-inc", - "on-scroll-down": "~/.config/hypr/scripts/Volume.sh --mic-dec", + "on-click": "$HOME/.config/hypr/scripts/Volume.sh --toggle-mic", + "on-scroll-up": "$HOME/.config/hypr/scripts/Volume.sh --mic-inc", + "on-scroll-down": "$HOME/.config/hypr/scripts/Volume.sh --mic-dec", "max-volume": 100, "tooltip": true, "tooltip-format": "{source_desc} | {source_volume}%", @@ -685,8 +685,8 @@ "custom/power_vertical": { "format": "⏻", "exec": "echo ; echo power // blur", - "on-click": "~/.config/hypr/scripts/Wlogout.sh", - "on-click-right": "~/.config/hypr/scripts/ChangeBlur.sh", + "on-click": "$HOME/.config/hypr/scripts/Wlogout.sh", + "on-click-right": "$HOME/.config/hypr/scripts/ChangeBlur.sh", "interval": 86400, // once every day "tooltip": true, }, diff --git a/config/waybar/style/[Black & White] Monochrome.css b/config/waybar/style/[Black & White] Monochrome.css index a572ab71..bdcb7132 100644 --- a/config/waybar/style/[Black & White] Monochrome.css +++ b/config/waybar/style/[Black & White] Monochrome.css @@ -157,7 +157,8 @@ tooltip label{ /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #pulseaudio.muted { diff --git a/config/waybar/style/[Catppuccin] Latte.css b/config/waybar/style/[Catppuccin] Latte.css index 0fc4272e..ac9b186c 100644 --- a/config/waybar/style/[Catppuccin] Latte.css +++ b/config/waybar/style/[Catppuccin] Latte.css @@ -129,7 +129,8 @@ window#waybar.empty #window { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #backlight { diff --git a/config/waybar/style/[Catppuccin] Mocha.css b/config/waybar/style/[Catppuccin] Mocha.css index 17c89f60..71d293e9 100644 --- a/config/waybar/style/[Catppuccin] Mocha.css +++ b/config/waybar/style/[Catppuccin] Mocha.css @@ -148,7 +148,8 @@ window#waybar.empty #window { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #bluetooth, diff --git a/config/waybar/style/[Colored] Chroma Glow.css b/config/waybar/style/[Colored] Chroma Glow.css index 8840bfeb..6501c23a 100644 --- a/config/waybar/style/[Colored] Chroma Glow.css +++ b/config/waybar/style/[Colored] Chroma Glow.css @@ -268,7 +268,8 @@ label:focus { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #mpd { diff --git a/config/waybar/style/[Colored] Translucent.css b/config/waybar/style/[Colored] Translucent.css index bd5b5c39..c4c8d3bd 100644 --- a/config/waybar/style/[Colored] Translucent.css +++ b/config/waybar/style/[Colored] Translucent.css @@ -292,7 +292,8 @@ label:focus { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #mpd { diff --git a/config/waybar/style/[Colorful] Aurora Blossom.css b/config/waybar/style/[Colorful] Aurora Blossom.css index e39392a5..d9342bcc 100644 --- a/config/waybar/style/[Colorful] Aurora Blossom.css +++ b/config/waybar/style/[Colorful] Aurora Blossom.css @@ -149,7 +149,8 @@ tooltip label{ /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #pulseaudio.muted { diff --git a/config/waybar/style/[Colorful] Aurora.css b/config/waybar/style/[Colorful] Aurora.css index f4fdb6f4..0181ebc9 100644 --- a/config/waybar/style/[Colorful] Aurora.css +++ b/config/waybar/style/[Colorful] Aurora.css @@ -156,7 +156,8 @@ tooltip label{ /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #pulseaudio.muted { diff --git a/config/waybar/style/[Colorful] Rainbow Spectrum.css b/config/waybar/style/[Colorful] Rainbow Spectrum.css index b9b532c0..77f6aaee 100644 --- a/config/waybar/style/[Colorful] Rainbow Spectrum.css +++ b/config/waybar/style/[Colorful] Rainbow Spectrum.css @@ -245,7 +245,8 @@ tooltip label{ /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #bluetooth { diff --git a/config/waybar/style/[Dark] Golden Noir.css b/config/waybar/style/[Dark] Golden Noir.css index fe5fd290..6063dc4c 100644 --- a/config/waybar/style/[Dark] Golden Noir.css +++ b/config/waybar/style/[Dark] Golden Noir.css @@ -175,7 +175,8 @@ tooltip { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #battery.critical:not(.charging) { diff --git a/config/waybar/style/[Dark] Half-Moon.css b/config/waybar/style/[Dark] Half-Moon.css index 9804f455..a41a3267 100644 --- a/config/waybar/style/[Dark] Half-Moon.css +++ b/config/waybar/style/[Dark] Half-Moon.css @@ -137,7 +137,8 @@ color: #F3F4F5; /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #bluetooth { diff --git a/config/waybar/style/[Dark] Latte-Wallust combined.css b/config/waybar/style/[Dark] Latte-Wallust combined.css index bb768c92..937e23bc 100644 --- a/config/waybar/style/[Dark] Latte-Wallust combined.css +++ b/config/waybar/style/[Dark] Latte-Wallust combined.css @@ -352,7 +352,8 @@ tooltip { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #clock { diff --git a/config/waybar/style/[Dark] Purpl.css b/config/waybar/style/[Dark] Purpl.css index 2f99e43a..3121d4f3 100644 --- a/config/waybar/style/[Dark] Purpl.css +++ b/config/waybar/style/[Dark] Purpl.css @@ -173,7 +173,8 @@ tooltip { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #taskbar button.active { diff --git a/config/waybar/style/[Dark] Wallust Obsidian Edge.css b/config/waybar/style/[Dark] Wallust Obsidian Edge.css index 5ba7c70e..5382e90c 100644 --- a/config/waybar/style/[Dark] Wallust Obsidian Edge.css +++ b/config/waybar/style/[Dark] Wallust Obsidian Edge.css @@ -178,7 +178,8 @@ tooltip label { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #battery.critical:not(.charging) { diff --git a/config/waybar/style/[Extra] Crimson.css b/config/waybar/style/[Extra] Crimson.css index 77777472..dfc4e788 100644 --- a/config/waybar/style/[Extra] Crimson.css +++ b/config/waybar/style/[Extra] Crimson.css @@ -169,7 +169,8 @@ tooltip { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #battery.critical:not(.charging) { diff --git a/config/waybar/style/[Extra] Mauve.css b/config/waybar/style/[Extra] Mauve.css index 916ff140..e4ad7808 100644 --- a/config/waybar/style/[Extra] Mauve.css +++ b/config/waybar/style/[Extra] Mauve.css @@ -187,7 +187,8 @@ tooltip { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #battery.critical:not(.charging) { diff --git a/config/waybar/style/[Extra] Rose Pine.css b/config/waybar/style/[Extra] Rose Pine.css index 9ebd46f3..0ab84867 100644 --- a/config/waybar/style/[Extra] Rose Pine.css +++ b/config/waybar/style/[Extra] Rose Pine.css @@ -169,7 +169,8 @@ tooltip { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #backlight { diff --git a/config/waybar/style/[Extra] Simple Pink.css b/config/waybar/style/[Extra] Simple Pink.css index 1e006764..0fa389f8 100644 --- a/config/waybar/style/[Extra] Simple Pink.css +++ b/config/waybar/style/[Extra] Simple Pink.css @@ -180,7 +180,8 @@ tooltip { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #taskbar button.active { diff --git a/config/waybar/style/[Light] Monochrome Contrast.css b/config/waybar/style/[Light] Monochrome Contrast.css index 34a6a0c9..61acc9ae 100644 --- a/config/waybar/style/[Light] Monochrome Contrast.css +++ b/config/waybar/style/[Light] Monochrome Contrast.css @@ -161,7 +161,8 @@ tooltip label{ /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #pulseaudio.muted { diff --git a/config/waybar/style/[Light] Obsidian Glow.css b/config/waybar/style/[Light] Obsidian Glow.css index 862763a3..a61b6caa 100644 --- a/config/waybar/style/[Light] Obsidian Glow.css +++ b/config/waybar/style/[Light] Obsidian Glow.css @@ -145,7 +145,8 @@ tooltip label { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #taskbar button.active { diff --git a/config/waybar/style/[Retro] Simple Style.css b/config/waybar/style/[Retro] Simple Style.css index 6c1f731f..25e944e6 100644 --- a/config/waybar/style/[Retro] Simple Style.css +++ b/config/waybar/style/[Retro] Simple Style.css @@ -105,7 +105,8 @@ window#waybar { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #battery.critical, diff --git a/config/waybar/style/[Transparent] Crystal Clear.css b/config/waybar/style/[Transparent] Crystal Clear.css index e6a475ca..5a4a8c3c 100644 --- a/config/waybar/style/[Transparent] Crystal Clear.css +++ b/config/waybar/style/[Transparent] Crystal Clear.css @@ -131,7 +131,8 @@ window#waybar.empty #window { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #taskbar button:hover { diff --git a/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css b/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css index e06c8a13..2dcffb1c 100644 --- a/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css +++ b/config/waybar/style/[Wallust Bordered] Chroma Fusion Edge.css @@ -174,7 +174,8 @@ tooltip { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #custom-cava_mviz{ diff --git a/config/waybar/style/[Wallust Bordered] Chroma Simple.css b/config/waybar/style/[Wallust Bordered] Chroma Simple.css index 1bd50f8c..d1e74805 100644 --- a/config/waybar/style/[Wallust Bordered] Chroma Simple.css +++ b/config/waybar/style/[Wallust Bordered] Chroma Simple.css @@ -229,7 +229,8 @@ tooltip { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #battery.good { diff --git a/config/waybar/style/[Wallust Transparent] Crystal Clear.css b/config/waybar/style/[Wallust Transparent] Crystal Clear.css index 50e03d59..c332170c 100644 --- a/config/waybar/style/[Wallust Transparent] Crystal Clear.css +++ b/config/waybar/style/[Wallust Transparent] Crystal Clear.css @@ -155,7 +155,8 @@ window#waybar.empty #window { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #battery.critical:not(.charging) { diff --git a/config/waybar/style/[Wallust] Box type.css b/config/waybar/style/[Wallust] Box type.css index e176dd8e..6e018bd2 100644 --- a/config/waybar/style/[Wallust] Box type.css +++ b/config/waybar/style/[Wallust] Box type.css @@ -145,7 +145,8 @@ window#waybar.empty #window { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; }} #network { diff --git a/config/waybar/style/[Wallust] Chroma Edge.css b/config/waybar/style/[Wallust] Chroma Edge.css index a54b54ae..9778b811 100644 --- a/config/waybar/style/[Wallust] Chroma Edge.css +++ b/config/waybar/style/[Wallust] Chroma Edge.css @@ -315,7 +315,8 @@ label:focus { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #temperature { diff --git a/config/waybar/style/[Wallust] Chroma Fusion.css b/config/waybar/style/[Wallust] Chroma Fusion.css index ee71aef8..4400bb33 100644 --- a/config/waybar/style/[Wallust] Chroma Fusion.css +++ b/config/waybar/style/[Wallust] Chroma Fusion.css @@ -175,7 +175,8 @@ tooltip { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #workspaces { diff --git a/config/waybar/style/[Wallust] Chroma Tally.css b/config/waybar/style/[Wallust] Chroma Tally.css index 0648e02f..1d162b91 100644 --- a/config/waybar/style/[Wallust] Chroma Tally.css +++ b/config/waybar/style/[Wallust] Chroma Tally.css @@ -214,7 +214,8 @@ tooltip { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #tray { diff --git a/config/waybar/style/[Wallust] Colored.css b/config/waybar/style/[Wallust] Colored.css index de15af33..bcd05653 100644 --- a/config/waybar/style/[Wallust] Colored.css +++ b/config/waybar/style/[Wallust] Colored.css @@ -171,7 +171,8 @@ tooltip { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #taskbar button.active { diff --git a/config/waybar/style/[Wallust] Simple.css b/config/waybar/style/[Wallust] Simple.css index 30522f03..188dfd39 100644 --- a/config/waybar/style/[Wallust] Simple.css +++ b/config/waybar/style/[Wallust] Simple.css @@ -168,7 +168,8 @@ tooltip { /*-----Indicators----*/ #custom-hypridle.notactive, #idle_inhibitor.activated { - color: #ffd700; + color: #39FF14; + font-size: 100%; } #pulseaudio.muted { |
