Dotfiles/desktopenvs/hyprland/scripts/_toggle_Template.tmplsh

16 lines
150 B
Bash
Executable File

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