dotfiles/eww/launch_eww
2021-07-10 00:36:21 -04:00

8 lines
131 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
fi