diff options
Diffstat (limited to 'modules/user/desktop/apps/waybar/style.css')
| -rw-r--r-- | modules/user/desktop/apps/waybar/style.css | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/user/desktop/apps/waybar/style.css b/modules/user/desktop/apps/waybar/style.css index 16039d2..75fa6f7 100644 --- a/modules/user/desktop/apps/waybar/style.css +++ b/modules/user/desktop/apps/waybar/style.css @@ -12,7 +12,8 @@ window#waybar { } tooltip { - background: rgba(0, 0, 0, 0.33); + background: #181825; + border: 2px solid #cba6f7; } tooltip label { @@ -20,11 +21,7 @@ tooltip label { } .modules-left, .modules-center, .modules-right { - background: rgba(0, 0, 0, 0.33); - border-bottom-left-radius: 5px; - border-bottom-right-radius: 5px; margin: 0 6px; /* don't ask. the outer gaps are set to 4px but they're actually 6px */ - padding: 0 2px; } #workspaces button { |
