diff --git a/desktopenvs/hyprland/scripts/_toggle_Template.tmplsh b/desktopenvs/hyprland/scripts/_toggle_Template.tmplsh new file mode 100755 index 0000000..bcdc56b --- /dev/null +++ b/desktopenvs/hyprland/scripts/_toggle_Template.tmplsh @@ -0,0 +1,15 @@ +#!/bin/bash + +statecon=$( echo "example" | grep x) +#notify-send $statecon +if [ "$statecon" != '' ]; then + + echo "ex" + +else + + echo "nx" + +fi + +