summaryrefslogtreecommitdiff
path: root/.config/waybar/style.css
diff options
context:
space:
mode:
authorryukamish <[email protected]>2026-06-25 12:35:52 +0530
committerryukamish <[email protected]>2026-06-25 12:35:52 +0530
commit1cbf5219cb498b65e00e6adba986f51bdd9d9896 (patch)
tree5f916240f59fe3092aba9b9900461c9cdb32a2ee /.config/waybar/style.css
parente29c201c71fa08e9a1af93e10966d4ac5186bc76 (diff)
add: waybar opacity
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r--.config/waybar/style.css3
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 { */