Hyprland-dotfiles/hypr/scripts/eww.sh

12 lines
226 B
Bash
Raw Normal View History

2024-04-20 11:57:31 -04:00
#!/bin/bash
2024-05-23 09:47:31 -04:00
# _____ ____ __
# / _ \ \ /\ / /\ \ /\ / /
# | __/\ V V / \ V V /
# \___| \_/\_/ \_/\_/
#
2024-04-20 11:57:31 -04:00
EWW=`which eww`
2024-05-01 06:18:47 -04:00
if [[ ! `pidof eww` ]]; then
${EWW} daemon
sleep 0.5
fi