6 lines
114 B
Bash
6 lines
114 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
swayosd-client "--$1-volume" mute-toggle
|
||
|
|
||
|
eww update volume="$(~/.config/eww/scripts/get-volume.sh)"
|