7 lines
86 B
Bash
Raw Normal View History

2024-04-20 17:57:31 +02:00
#!/bin/bash
EWW=`which eww`
2024-05-01 12:18:47 +02:00
if [[ ! `pidof eww` ]]; then
${EWW} daemon
sleep 0.5
fi