eww widgets and theme cycle with waybar button
This commit is contained in:
6
eww/scripts/toggle-mixer.sh
Executable file
6
eww/scripts/toggle-mixer.sh
Executable file
@@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
if eww active-windows | grep -q "volume-mixer"; then
|
||||
eww close volume-mixer
|
||||
else
|
||||
eww open volume-mixer
|
||||
fi
|
||||
Reference in New Issue
Block a user