summaryrefslogtreecommitdiff
path: root/waybar/style.css
diff options
context:
space:
mode:
authorZachIR <zachir@librem.one>2025-07-30 04:23:51 -0500
committerZachIR <zachir@librem.one>2025-07-30 04:25:12 -0500
commit66a55d31d6cfa115c99a7fe3c93fbbed7901fe8e (patch)
tree95b2e2498c914edd7f28a4b8badd7d5304a44cac /waybar/style.css
parentec330589a41b423950fe49449248edb546961383 (diff)
Add custom/battery for while battery is broken
Diffstat (limited to 'waybar/style.css')
-rw-r--r--waybar/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/waybar/style.css b/waybar/style.css
index 0a4431c..865e806 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -89,6 +89,7 @@ window#waybar.hidden {
#custom-media,
#custom-launcher,
#custom-power,
+#custom-battery,
#custom-layout,
#custom-updater,
#custom-snip,
@@ -215,7 +216,11 @@ label:focus {
background-color: #1b1d1c;
font-size: 18px;
margin-right: 5px;
+}
+#custom-battery{
+ background-color: #1b1d1c;
+ font-size: 18px;
}
#custom-launcher{