Add volume scripts
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user