dotfiles/eww/launch_eww

9 lines
131 B
Text
Raw Normal View History

2021-07-10 00:36:21 -04:00
#!/usr/bin/bash
if eww state | grep -q "USERNAME: val"
then
eww close-all
else
eww open-many background profile system clock
fi