diff options
| author | awy <awy@awy.one> | 2025-11-03 14:14:30 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-03 14:14:30 +0300 |
| commit | 0043a1d87a144764dcfc83a7d1834a47709ef6f0 (patch) | |
| tree | b012c164c7af055013a5ac17eca6bff2e0bbe2ec /.config | |
| parent | 81dcfc8c7e9c548e0d123261c244adbe82fdd641 (diff) | |
| download | hyprdots-0043a1d87a144764dcfc83a7d1834a47709ef6f0.tar.gz | |
fix
Diffstat (limited to '.config')
| -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; } |