From 97710146381bbb9ac4fcda8dc8746760144155c9 Mon Sep 17 00:00:00 2001 From: hesam-init Date: Fri, 1 Nov 2024 17:48:23 +0330 Subject: [PATCH] fix: eww startup --- hypr-configs/dotfiles/eww/scripts/eww/start.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/hypr-configs/dotfiles/eww/scripts/eww/start.sh b/hypr-configs/dotfiles/eww/scripts/eww/start.sh index b7fa0bb..1787cd9 100755 --- a/hypr-configs/dotfiles/eww/scripts/eww/start.sh +++ b/hypr-configs/dotfiles/eww/scripts/eww/start.sh @@ -1,9 +1,7 @@ #!/usr/bin/env bash -if ! pgrep -x "eww" >/dev/null; then - eww daemon & - sleep 1 -fi - +eww daemon +sleep 1 eww open bar -eww open notifications + +# eww open notifications