diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-11-12 15:16:45 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-11-12 15:16:45 -0500 |
| commit | 0a8df2cbdc44accb451fc092448ef3154a38bed0 (patch) | |
| tree | 289c54dca1c5b2a0e9071b2bd1338420be51869b /.scripts/statusbar/i3volume | |
| parent | 809663bfa4954d9c4c2385a2abdfafd7770a0f46 (diff) | |
| download | eibhear-0a8df2cbdc44accb451fc092448ef3154a38bed0.tar.gz eibhear-0a8df2cbdc44accb451fc092448ef3154a38bed0.tar.zst eibhear-0a8df2cbdc44accb451fc092448ef3154a38bed0.zip | |
help messages tweaks
Diffstat (limited to '.scripts/statusbar/i3volume')
| -rwxr-xr-x | .scripts/statusbar/i3volume | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/statusbar/i3volume b/.scripts/statusbar/i3volume index 04a613a..26e5a17 100755 --- a/.scripts/statusbar/i3volume +++ b/.scripts/statusbar/i3volume @@ -5,7 +5,7 @@ case $BLOCK_BUTTON in 2) pulsemixer --toggle-mute ;; 4) pulsemixer --change-volume +5 ;; 5) pulsemixer --change-volume -5 ;; - 3) pgrep -x dunst >/dev/null && notify-send "<b>Volume module:</b> + 3) pgrep -x dunst >/dev/null && notify-send "<b>📢 Volume module:</b> - Shows volume 🔊, 🔇 if muted. - Middle click to mute. - Scroll to change." |
