diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-02-20 15:40:27 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-02-20 16:13:11 +0100 |
| commit | 198fa8e9cb94527733e09bc1b04c878320079520 (patch) | |
| tree | 7d089b166918a18f4e1a7d6af304689559ab6f14 /roles/hyprland/files/scripts/volume.sh | |
| parent | 018fdcb5a16b7a984a38c78d8715f5e05bad3137 (diff) | |
Refactor waybar/hyprland
Diffstat (limited to 'roles/hyprland/files/scripts/volume.sh')
| -rwxr-xr-x | roles/hyprland/files/scripts/volume.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/hyprland/files/scripts/volume.sh b/roles/hyprland/files/scripts/volume.sh index 5c2ad3d5..d2168ce1 100755 --- a/roles/hyprland/files/scripts/volume.sh +++ b/roles/hyprland/files/scripts/volume.sh @@ -44,13 +44,13 @@ notify() { -h string:x-canonical-private-synchronous:volume \ -u low \ "$label" \ - "$mute_icon\tmute" + "$mute_icon mute" else notify-send -e \ -h string:x-canonical-private-synchronous:volume \ -u low \ "$label" \ - "$icon\t${value}%" + "$icon ${value}%" fi } |
