diff options
| author | ryukamish <[email protected]> | 2026-06-25 12:35:52 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-06-25 12:35:52 +0530 |
| commit | 1cbf5219cb498b65e00e6adba986f51bdd9d9896 (patch) | |
| tree | 5f916240f59fe3092aba9b9900461c9cdb32a2ee /.config | |
| parent | e29c201c71fa08e9a1af93e10966d4ac5186bc76 (diff) | |
add: waybar opacity
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 { */ |
