diff options
| author | Blake Romero <blake@developercraft.com> | 2026-03-22 00:01:48 +0000 |
|---|---|---|
| committer | Blake Romero <blake@developercraft.com> | 2026-03-22 00:01:48 +0000 |
| commit | 1476b0bcb8bc8fbfb9af22c065dd86961e875ed1 (patch) | |
| tree | 2c6595daa1ba53948809cabe568638a6e31d84ea /style.css | |
| parent | 24d7f65428bf034ed7ad5181ced89be493838adc (diff) | |
Refactor, remove unnecessary modules, & set solid background
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -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 { |
