aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMitchell Riedstra <mitch@riedstra.dev>2024-01-28 07:42:20 -0500
committerMitchell Riedstra <mitch@riedstra.dev>2024-01-28 07:42:20 -0500
commit7cead415ce46a21a03b87670919afaaf886640e4 (patch)
tree5422482a16b2aa5a58adac86e12d4897c6416a8c
parenta3983e00befd24201ca26f33eace30709d836726 (diff)
downloadrivercfg-7cead415ce46a21a03b87670919afaaf886640e4.tar.gz
rivercfg-7cead415ce46a21a03b87670919afaaf886640e4.tar.xz
Fix issue with all tags always looking the same...
-rw-r--r--waybar/style.css5
1 files changed, 4 insertions, 1 deletions
diff --git a/waybar/style.css b/waybar/style.css
index d7b2b31..d0c069a 100644
--- a/waybar/style.css
+++ b/waybar/style.css
@@ -6,7 +6,6 @@
padding: 0px;
margin: 0px;
- color: #8FBCBB;
}
window#waybar {
@@ -65,6 +64,10 @@ window#waybar.hidden {
background: #2E3440;
}
+.modules-right {
+ color: #8FBCBB;
+}
+
#network, #cpuTemp, #battery, #pulseaudio, #date, #powerUsage {
padding-left: 15px;
}