diff options
Diffstat (limited to '.config/waybar/style.css')
| -rw-r--r-- | .config/waybar/style.css | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index a8eb398..0107eba 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -4,6 +4,7 @@ font-family: monospace; font-size: 15px; border: none; + border-radius: 0px; } window#waybar { @@ -11,11 +12,6 @@ window#waybar { color: @text; } -/* window#waybar>* { */ -/* margin-top: 4px; */ -/* margin-bottom: 4px; */ -/* } */ - window#waybar.hidden { opacity: 0.2; } |