From 1476b0bcb8bc8fbfb9af22c065dd86961e875ed1 Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Sun, 22 Mar 2026 00:01:48 +0000 Subject: Refactor, remove unnecessary modules, & set solid background --- style.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 07cbc94..5bd6e07 100644 --- a/style.css +++ b/style.css @@ -25,13 +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: black; + border-bottom: 1px solid #444 + /* background: transparent; border: none; + */ } window#waybar.hidded { @@ -78,7 +78,6 @@ label:hover { } */ - /* WORKSPACES & TASKBAR*/ #workspaces button, #taskbar button { -- cgit