diff options
author | awy <awy@awy.one> | 2025-08-06 15:21:38 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-06 15:21:38 +0300 |
commit | aa66d37bae6c487f599e45183ea8f8fa1fd69a8e (patch) | |
tree | f950d72769bc9436052d942b2a757826883641f4 /.config/waybar/style.css | |
parent | 48a408cf89d6ac5f3877cf4ff0b064e7e6fe154b (diff) | |
download | hyprdots-aa66d37bae6c487f599e45183ea8f8fa1fd69a8e.tar.gz |
album cover module padding
Diffstat (limited to '.config/waybar/style.css')
-rw-r--r-- | .config/waybar/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/waybar/style.css b/.config/waybar/style.css index 092ec04..21b1b50 100644 --- a/.config/waybar/style.css +++ b/.config/waybar/style.css @@ -339,8 +339,12 @@ label:focus { } #image { + padding-top: 3px; + padding-bottom: 3px; margin-right: 0px; padding-right: 0px; + border-top-right-radius: 0px; + border-bottom-right-radius: 0px; } #pulseaudio.muted { |