Update dot_config/i3/config
Add dot_config/i3/executable_set_volume.sh
This commit is contained in:
parent
f4034e9f39
commit
d9e91d35ff
2 changed files with 4 additions and 2 deletions
2
dot_config/i3/executable_set_volume.sh
Normal file
2
dot_config/i3/executable_set_volume.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
pactl set-sink-volume @DEFAULT_SINK@ $1 && $send_volume_notif notify-send "Volume" -h int:value:"$(pactl get-sink-volume @DEFAULT_SINK@ | cut -d ' ' -f6 | cut -d '%' -f1)"
|
Loading…
Add table
Add a link
Reference in a new issue