Hyprland-dotfiles/hypr/scripts/eww.sh
Stephan Raabe 81fdf76484 Updates
2024-05-01 12:18:47 +02:00

7 lines
86 B
Bash
Executable File

#!/bin/bash
EWW=`which eww`
if [[ ! `pidof eww` ]]; then
${EWW} daemon
sleep 0.5
fi