adding a lot of little additions and tweaks for the updated nix
This commit is contained in:
parent
b68e8c45d8
commit
e47b3fa5ff
13 changed files with 70 additions and 77 deletions
|
@ -1,11 +1,11 @@
|
|||
#!/bin/sh
|
||||
|
||||
touch /tmp/vol
|
||||
awesome-client "naughty.destroy_all_notifications()"
|
||||
# killall volup
|
||||
# killall voldown
|
||||
pamixer --allow-boost -d 5
|
||||
pw-play /run/current-system/sw/share/sounds/freedesktop/stereo/audio-volume-change.oga
|
||||
volume=$(pulsemixer --get-volume | awk '{print $1}' | cut -c 1-2)
|
||||
echo $volume >> /tmp/vol
|
||||
volume=$(pulsemixer --get-volume | awk '{print $1}')
|
||||
echo $volume > /tmp/vol
|
||||
|
||||
eww open volume
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue