aboutsummaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorDon Williams <don.e.williams@gmal.com>2026-08-07 19:25:50 -0400
committerPinapelz <yukais@pinapelz.com>2026-08-29 21:41:34 -0700
commit1baeaf49881637f1b90507e36bb499b73ef866ac (patch)
tree9e01322d57951903f7a505dd18a30586541eb6ba /config
parent89041539f078cab588d91f6356cbd4f6dffbfcb6 (diff)
Updated lua startup to match hyprlang startup changes
Changed startup sequence for waybar to reduce startup time and duplicate refersh operations Signed-off-by: Don Williams <don.e.williams@gmal.com> On branch development Your branch is up to date with 'origin/development'. Changes to be committed: modified: CHANGELOG.md modified: config/hypr/lua/startup.lua
Diffstat (limited to 'config')
-rw-r--r--config/hypr/lua/startup.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/hypr/lua/startup.lua b/config/hypr/lua/startup.lua
index 6ff9f8ad..88a9b106 100644
--- a/config/hypr/lua/startup.lua
+++ b/config/hypr/lua/startup.lua
@@ -42,7 +42,7 @@ end
-- Prefer lifecycle-hook orchestration for clarity while keeping exec_once
-- reliability semantics for real-world startup behavior.
local startup_commands = {
- "sleep 2; $HOME/.config/hypr/scripts/WallpaperDaemon.sh; $HOME/.config/hypr/scripts/ApplyThemeMode.sh; $HOME/.config/hypr/scripts/WaybarStartup.sh",
+ "sleep 2; $HOME/.config/hypr/scripts/WallpaperDaemon.sh & $HOME/.config/hypr/scripts/ApplyThemeMode.sh && $HOME/.config/hypr/scripts/WaybarStartup.sh",
"$HOME/.config/hypr/initial-boot.sh",
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP",
"systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESKTOP",
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage