Add volume scripts
This commit is contained in:
4
tree/.local/bin/voldown
Executable file
4
tree/.local/bin/voldown
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||||
|
volshow
|
||||||
9
tree/.local/bin/volshow
Executable file
9
tree/.local/bin/volshow
Executable file
@ -0,0 +1,9 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
alacritty -t "Volume" \
|
||||||
|
--class "volume_indicator" \
|
||||||
|
--config-file "$HOME/.config/alacritty/silent.yml" \
|
||||||
|
--command volume_indicator \
|
||||||
|
--cols 30 \
|
||||||
|
--rows 3 \
|
||||||
|
--timeout 1000
|
||||||
4
tree/.local/bin/volup
Executable file
4
tree/.local/bin/volup
Executable file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
|
volshow
|
||||||
Reference in New Issue
Block a user