summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'style.css')
-rw-r--r--style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/style.css b/style.css
index 72b7810..07cbc94 100644
--- a/style.css
+++ b/style.css
@@ -25,8 +25,13 @@
/* Bar */
window#waybar {
color: @fg;
+ /*
background: rgba(0,0,0,0.8);
border-top: 1px solid rgba(255,255,255,0.3);
+ */
+
+ background: transparent;
+ border: none;
}
window#waybar.hidded {