From 0315ec9785a32bc6b4738ac13f0dee387560e739 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Fri, 7 Aug 2026 10:25:03 -0400 Subject: Fixed waybar startup issues and restart Trimmed time and add --no-restart option to theme scripts that were causing delays and waybar restarts when not needed Signed-off-by: Don Williams On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: config/hypr/configs/Startup_Apps.conf modified: config/hypr/scripts/ApplyThemeMode.sh modified: config/hypr/scripts/DarkLight.sh --- config/hypr/scripts/ApplyThemeMode.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/hypr/scripts/ApplyThemeMode.sh') diff --git a/config/hypr/scripts/ApplyThemeMode.sh b/config/hypr/scripts/ApplyThemeMode.sh index f0b45aaf..f3f9d3fb 100755 --- a/config/hypr/scripts/ApplyThemeMode.sh +++ b/config/hypr/scripts/ApplyThemeMode.sh @@ -8,4 +8,4 @@ # Re-apply saved Dark/Light mode on startup without toggling. SCRIPTSDIR="${XDG_CONFIG_HOME:-$HOME/.config}/hypr/scripts" -"$SCRIPTSDIR/DarkLight.sh" --apply-current --preserve-wallpaper --no-notify +"$SCRIPTSDIR/DarkLight.sh" --apply-current --preserve-wallpaper --no-notify --no-restart -- cgit v1.2.3