commit 1cbf5219cb498b65e00e6adba986f51bdd9d9896 parent e29c201c71fa08e9a1af93e10966d4ac5186bc76 Author: ryukamish <[email protected]> Date: Thu, 25 Jun 2026 12:35:52 +0530 add: waybar opacity Diffstat:
| M | .config/waybar/style.css | | | 3 | ++- |
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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 { */