added template for toggles

main
The_miro 2025-05-29 21:47:15 +02:00
parent 6e112c8c5f
commit a0248688eb
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
#!/bin/bash
statecon=$( echo "example" | grep x)
#notify-send $statecon
if [ "$statecon" != '' ]; then
echo "ex"
else
echo "nx"
fi