updates and a lot of em
This commit is contained in:
parent
30cd55aca8
commit
bd0cf6ff9b
37 changed files with 618 additions and 96 deletions
7
scripts/volup
Executable file
7
scripts/volup
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
awesome-client "naughty.destroy_all_notifications()"
|
||||
pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
paplay /usr/share/sounds/freedesktop/stereo/audio-volume-change.oga
|
||||
volume=$(pulsemixer --get-volume | awk '{print $1}')
|
||||
notify-send $volume
|
Loading…
Add table
Add a link
Reference in a new issue