dotfiles/eww/launch_eww

9 lines
160 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
2021-08-25 01:45:11 -04:00
eww open-many background profile system clock logout power reboot terminal
2021-07-10 00:36:21 -04:00
fi