diff options
Diffstat (limited to '.config')
| -rw-r--r-- | .config/waybar/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 10cc4f2..44f848e 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -7,7 +7,8 @@ } window#waybar { - background-color: #0a0a0a; + background-color: alpha(#0a0a0a, 0.9); + color: #ffffff; } /* #workspaces button { */ |
