From a57969e26f3286feb67344c187a2aca610278ba9 Mon Sep 17 00:00:00 2001 From: The_miro Date: Thu, 12 Feb 2026 10:52:53 +0100 Subject: [PATCH] all instances of eww now get killed before the ewwstart handler initiates --- desktopenvs/hyprland/scripts/ewwstart.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktopenvs/hyprland/scripts/ewwstart.sh b/desktopenvs/hyprland/scripts/ewwstart.sh index 9e93c5b..699fce9 100755 --- a/desktopenvs/hyprland/scripts/ewwstart.sh +++ b/desktopenvs/hyprland/scripts/ewwstart.sh @@ -1,8 +1,8 @@ #!/bin/bash + +killall eww /usr/bin/eww daemon - GTK_THEME=cyberqueer - monitorsum=$(hyprctl monitors | grep ID | wc -l) for i in $(seq 1 $monitorsum);