diff options
author | Justine Smithies <justine@smithies.me.uk> | 2024-06-10 21:29:45 +0100 |
---|---|---|
committer | Justine Smithies <justine@smithies.me.uk> | 2024-06-10 21:29:45 +0100 |
commit | 95f390aa88f834866e56e7fed6c1f91bc3f40936 (patch) | |
tree | 8937d1f7cddc25d9f1e3be3de477aff9cd4a723b /.config/eww | |
parent | 09f921dc6afa51a7c1f504328f37233aa25a6ea2 (diff) |
Added space after icon in volume control widget
Diffstat (limited to '.config/eww')
-rwxr-xr-x | .config/eww/scripts/volumecontrol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/eww/scripts/volumecontrol b/.config/eww/scripts/volumecontrol index 2a91d85..ff25c21 100755 --- a/.config/eww/scripts/volumecontrol +++ b/.config/eww/scripts/volumecontrol @@ -118,6 +118,6 @@ if is_mute; then volume="M " fi -printf "%s" "$icon $volume%" +printf "%s" "$icon $volume%" ;; esac |