add eww config
This commit is contained in:
5
.config/eww/set-volume
Executable file
5
.config/eww/set-volume
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
volume="$1"
|
||||
|
||||
pactl set-sink-volume @DEFAULT_SINK@ "${volume}%"
|
||||
Reference in New Issue
Block a user