dotfiles/eww/launch_eww

8 lines
160 B
Bash
Executable file

#!/usr/bin/bash
if eww state | grep -q "USERNAME: val"
then
eww close-all
else
eww open-many background profile system clock logout power reboot terminal
fi