aboutsummaryrefslogtreecommitdiff
path: root/waybar/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css11
1 files changed, 8 insertions, 3 deletions
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;
}