From 41c18101ddef5ab28464220053e796f195cead96 Mon Sep 17 00:00:00 2001 From: Jonas Gunz Date: Sat, 19 Oct 2024 23:13:38 +0200 Subject: waybar --- waybar/style.css | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'waybar/style.css') diff --git a/waybar/style.css b/waybar/style.css index ce58783..309df28 100644 --- a/waybar/style.css +++ b/waybar/style.css @@ -1,7 +1,8 @@ * { /* `otf-font-awesome` is required to be installed for icons */ - font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; - font-size: 13px; + /* font-family: FontAwesome, Roboto, Helvetica, Arial, sans-serif; */ + font-family: FontAwesome, Comic Shanns; + font-size: 14px; } window#waybar { @@ -113,7 +114,7 @@ button:hover { } #clock { - background-color: #64727D; + background-color: rgba(0, 0, 0, 0.2); } #battery { @@ -144,6 +145,10 @@ button:hover { animation-direction: alternate; } +#battery.warning:not(.charging) { + background-color: #f0932b; +} + label:focus { background-color: #000000; } -- cgit v1.2.3