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

4
.config/eww/get-mute Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env bash
mute="$(pactl get-sink-mute @DEFAULT_SINK@ | sed 's/.*\(ja\|nein\)/\1/')"
[ "ja" = "$mute" ] && echo true || echo false