1
0

add eww config

This commit is contained in:
2024-05-15 10:23:34 +02:00
parent 3dbc0a4ac8
commit d0a55a7437
10 changed files with 507 additions and 0 deletions

5
.config/eww/set-volume Executable file
View File

@@ -0,0 +1,5 @@
#!/usr/bin/env bash
volume="$1"
pactl set-sink-volume @DEFAULT_SINK@ "${volume}%"