aboutsummaryrefslogtreecommitdiffstats
path: root/config/hypr/scripts/ApplyThemeMode.sh
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmail.com>2026-08-07 10:25:03 -0400
committerPinapelz <yukais@pinapelz.com>2026-08-29 21:41:34 -0700
commit0315ec9785a32bc6b4738ac13f0dee387560e739 (patch)
tree0f04b8c47348333d8dde7a9b3aab2fb2bd59653b /config/hypr/scripts/ApplyThemeMode.sh
parent10c7de51688d4c1e22da7e9e7127a0e61d7cf08e (diff)
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 <don.e.williams@gmail.com> 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
Diffstat (limited to 'config/hypr/scripts/ApplyThemeMode.sh')
-rwxr-xr-xconfig/hypr/scripts/ApplyThemeMode.sh2
1 files changed, 1 insertions, 1 deletions
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
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage