diff --git a/dot-config/waybar/config b/dot-config/waybar/config index fbc0d12..85c8c77 100644 --- a/dot-config/waybar/config +++ b/dot-config/waybar/config @@ -54,12 +54,12 @@ "warning": 20, "critical": 10 }, - "format": "{icon} {capacity}%", + "format": "{icon} {capacity}%", - "format-charging": " {capacity}% ({time})", - "format-plugged": "{icon}  {capacity}%", + "format-charging": " {capacity}% ({time})", + "format-plugged": "{icon}  {capacity}%", // "format-good": "", // An empty format will hide the module - "format-discharging": "{icon} {capacity}% ({time})", + "format-discharging": "{icon} {capacity}% ({time})", "format-icons": ["", "", "", "", ""] }, @@ -154,7 +154,7 @@ }, "custom/bluetooth": { - "format": "{}", + "format": "{}", "interval": 30, "exec": "waybar-bluetooth", "tooltip": "false", diff --git a/dot-config/waybar/style.css b/dot-config/waybar/style.css index 0e17e8f..f1b45a7 100644 --- a/dot-config/waybar/style.css +++ b/dot-config/waybar/style.css @@ -76,10 +76,6 @@ border-bottom-left-radius: 10px; } -#battery,#battery_icon,#battery.charging { - color:green -} - @keyframes blink { to { background-color: #af005f; @@ -98,6 +94,10 @@ animation-iteration-count: infinite; animation-direction: alternate; } +#battery,#battery_icon,#battery.charging { + color:gold +} + #cpu { } diff --git a/linux-config.org b/linux-config.org index 67358c7..8a90ab6 100644 --- a/linux-config.org +++ b/linux-config.org @@ -1653,12 +1653,12 @@ https://github.com/Alexays/Waybar/wiki/Configuration "warning": 20, "critical": 10 }, - "format": "{icon} {capacity}%", + "format": "{icon} {capacity}%", - "format-charging": " {capacity}% ({time})", - "format-plugged": "{icon}  {capacity}%", + "format-charging": " {capacity}% ({time})", + "format-plugged": "{icon}  {capacity}%", // "format-good": "", // An empty format will hide the module - "format-discharging": "{icon} {capacity}% ({time})", + "format-discharging": "{icon} {capacity}% ({time})", "format-icons": ["", "", "", "", ""] }, @@ -1753,7 +1753,7 @@ https://github.com/Alexays/Waybar/wiki/Configuration }, "custom/bluetooth": { - "format": "{}", + "format": "{}", "interval": 30, "exec": "waybar-bluetooth", "tooltip": "false", @@ -1852,10 +1852,6 @@ https://github.com/Alexays/Waybar/wiki/Configuration border-bottom-left-radius: 10px; } - #battery,#battery_icon,#battery.charging { - color:green - } - @keyframes blink { to { background-color: #af005f; @@ -1874,6 +1870,10 @@ https://github.com/Alexays/Waybar/wiki/Configuration animation-iteration-count: infinite; animation-direction: alternate; } + #battery,#battery_icon,#battery.charging { + color:gold + } + #cpu { }