summaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-06-17 14:53:21 +0530
committerryukamish <[email protected]>2026-06-17 14:53:21 +0530
commit1401a0572f746e29241a307659a32f8f0a824966 (patch)
tree4a2caec229d1ea468fe31a6b4882dafd5c2e1116 /.config/waybar/style.css
parent1b52ecaaa02695f0b6d5e437377e9da3d6101948 (diff)
absolutely fine working waybar config
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css19
1 files changed, 3 insertions, 16 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 3a8d3f8..10cc4f2 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -10,9 +10,9 @@ window#waybar {
background-color: #0a0a0a;
}
-#workspaces button {
- padding: 3px 5px;
-}
+/* #workspaces button { */
+/* padding: 3px 5px; */
+/* } */
#workspaces button:hover {
/* Hovering over the workspaces button has a no radius selection around it */
@@ -31,19 +31,6 @@ window#waybar {
border-radius: 0;
}
-#battery {
- background: transparent;
-}
-
-/* Different battery states indicator */
-#battery.discharging.warning {
- color: #ffa500;
-}
-
-#battery.discharging.critical {
- color: #ff0000;
-}
-
#clock,
#battery,
#window,