diff options
author | awy <awy@awy.one> | 2025-01-27 01:44:23 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-01-27 01:44:23 +0300 |
commit | 71016fd5ac3eff242c3714a7f9bacd9961fcd0ba (patch) | |
tree | 615d14a0502f49e093b875aebb6233f2b05e6ffd /.config/waybar | |
parent | 9ab45a00b02febb5dd2b1b309e3417984c31fea8 (diff) |
update
Diffstat (limited to '.config/waybar')
-rw-r--r-- | .config/waybar/style.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index d424a18..3b2b0c0 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -9,7 +9,7 @@ #waybar { color: #EBDBB2; - background: #282828; + background: rgba(40,40,40,0.8); } tooltip { @@ -26,7 +26,7 @@ tooltip { #workspaces button.active { color: #EBDBB2; - background: #282828; + /*background: #282828;*/ } #window { |