summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorBlake Romero <blake@developercraft.com>2025-11-09 17:07:53 +0000
committerBlake Romero <blake@developercraft.com>2025-11-09 17:07:53 +0000
commit24d7f65428bf034ed7ad5181ced89be493838adc (patch)
treee397b5fe0a33393603a45e566f92b405aa94bb6e /style.css
parenta5de8e0c51607d24503fecf97ed0d49a0ec2a651 (diff)
Add custom/apps moduleHEADmain
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 {