Files
df/tree/.local/bin/volshow
2022-08-23 15:29:45 +02:00

10 lines
190 B
Bash
Executable File

#!/bin/sh
alacritty -t "Volume" \
--class "volume_indicator" \
--config-file "$HOME/.config/alacritty/silent.yml" \
--command volume_indicator \
--cols 30 \
--rows 3 \
--timeout 1000