From 24d7f65428bf034ed7ad5181ced89be493838adc Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 9 Nov 2025 17:07:53 +0000 Subject: Add custom/apps module --- style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'style.css') 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 { -- cgit