diff options
| author | Luke Bubar <43391582+lukerb52@users.noreply.github.com> | 2020-06-15 16:45:06 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-15 16:45:06 -0400 |
| commit | 2668bff3172bdb85c312c8edcb257130b4b53746 (patch) | |
| tree | 701c17955ca2fc9625b766c12a96a22608d449a8 /.local | |
| parent | efbc3f3de37e745fc8e55104e46433060f84cb52 (diff) | |
| download | eibhear-2668bff3172bdb85c312c8edcb257130b4b53746.tar.gz eibhear-2668bff3172bdb85c312c8edcb257130b4b53746.tar.zst eibhear-2668bff3172bdb85c312c8edcb257130b4b53746.zip | |
Fixed Music Notification (#702)
Music no longer italicizes. The notification has been changed to match.
Diffstat (limited to '.local')
| -rwxr-xr-x | .local/bin/statusbar/music | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/statusbar/music b/.local/bin/statusbar/music index faba0c3..8de3e6a 100755 --- a/.local/bin/statusbar/music +++ b/.local/bin/statusbar/music @@ -8,7 +8,7 @@ case $BLOCK_BUTTON in 1) mpc status | filter ; setsid -f "$TERMINAL" -e ncmpcpp ;; # right click, pause/unpause 2) mpc toggle | filter ;; # right click, pause/unpause 3) mpc status | filter ; notify-send "🎵 Music module" "\- Shows mpd song playing. -- Italic when paused. +- ⏸ when paused. - Left click opens ncmpcpp. - Middle click pauses. - Scroll changes track.";; # right click, pause/unpause |
