summaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-06-10 22:23:20 +0530
committerryukamish <[email protected]>2026-06-10 22:23:20 +0530
commit58a318207fe4f7391de30e581c5b87f73e20a7ac (patch)
tree3a7deb7d84b64153127c0b297f193ba09090d457 /.config/waybar/style.css
parentcea2a17e8704d2eed07ac4b157a563288dd6bdbf (diff)
brightness module for external displays and removing grey color from module's text
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css22
1 files changed, 10 insertions, 12 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 8419926..3a8d3f8 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -10,6 +10,15 @@ window#waybar {
background-color: #0a0a0a;
}
+#workspaces button {
+ padding: 3px 5px;
+}
+
+#workspaces button:hover {
+ /* Hovering over the workspaces button has a no radius selection around it */
+ border-radius: 0;
+}
+
#workspaces button.focused {
background-color: #7fc8ff;
color: #0a0a0a;
@@ -39,6 +48,7 @@ window#waybar {
#battery,
#window,
#custom-vpn,
+#custom-brightness,
#memory,
#network,
#mpris,
@@ -48,18 +58,6 @@ window#waybar {
padding: 0 12px;
}
-/* add grey color to some modules */
-#network,
-#memory,
-#bluetooth,
-#pulseaudio,
-#custom-vpn,
-#clock,
-#window,
-#battery {
- color: #cccccc;
-}
-
#temperature.critical {
color: #ff0000;
}