From b50d7836bc9aa12f46a76f6a5d49a3c3355d8b7d Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 8 Dec 2022 15:22:36 -0600 Subject: [PATCH] adding eww parts to startup script --- scripts/startup.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/startup.sh b/scripts/startup.sh index 7ebcc07..410afaa 100755 --- a/scripts/startup.sh +++ b/scripts/startup.sh @@ -9,6 +9,8 @@ else eww open bar1 & #echo "this is not hidpi" fi +eww open notifications & +eww open sidebar & rbw-agent & systemctl --user restart jellyfin-mpv-shim.service &