summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcoat <coat@sadbeast.com>2021-12-16 19:32:41 -0600
committercoat <coat@sadbeast.com>2021-12-16 19:40:23 -0600
commit2d5b36d773ce1372f3f23e0786491ba1842338d0 (patch)
treee91ce0bfc66c403a9d84c134f17cb978be181412
parent5e8d9aef23d3f528a614741f3f26ba83bec6e186 (diff)
downloadcfg-2d5b36d773ce1372f3f23e0786491ba1842338d0.tar.gz
cfg-2d5b36d773ce1372f3f23e0786491ba1842338d0.tar.bz2
waybar colors...am i even using color
-rw-r--r--.config/waybar/style.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index f587ced..725514c 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -8,7 +8,7 @@
window#waybar {
background: rgba(43, 48, 59, 0.5);
- border-bottom: 3px solid rgba(100, 114, 125, 0.5);
+ border-bottom: 2px solid rgba(100, 114, 125, 0.5);
color: white;
}
@@ -20,12 +20,12 @@ window#waybar {
padding: 0 5px;
background: transparent;
color: white;
- border-bottom: 3px solid transparent;
+ border-bottom: 2px solid transparent;
}
#workspaces button.focused {
background: #64727D;
- border-bottom: 3px solid white;
+ border-bottom: 2px solid white;
}
#mode, #clock, #battery {
@@ -35,7 +35,7 @@ window#waybar {
#mode {
background: #64727D;
- border-bottom: 3px solid white;
+ border-bottom: 2px solid white;
}
#clock {