aboutsummaryrefslogtreecommitdiff
path: root/.config/waybar
diff options
context:
space:
mode:
authorJustine Smithies <justine@smithies.me.uk>2026-07-19 17:31:47 +0100
committerJustine Smithies <justine@smithies.me.uk>2026-07-19 17:31:47 +0100
commit9b6faa23c9a2d1649831876f831f780d4e6314bf (patch)
tree075a770a74df9ee4aa7000985b4d0b0fcce03b56 /.config/waybar
parent10401fe999c052bcc9d4f3c9c26933a48afe57e6 (diff)
Changed backgrounds from pure black to the Gruvbox default #282828
Diffstat (limited to '.config/waybar')
-rw-r--r--.config/waybar/style.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css
index 182a733..0346988 100644
--- a/.config/waybar/style.css
+++ b/.config/waybar/style.css
@@ -44,8 +44,8 @@ window#waybar.hidden {
font-size: 12px;
font-weight: 800;
color: #202020;
- background: #202020;
- border: 2px solid #202020;
+ background: #282828;
+ border: 2px solid #282828;
margin: 0px 4px 4px 0px;
box-shadow: 3px 4px 2px -2px rgba(0, 0, 0, 0.5);
}