diff options
| author | Don Williams <don.e.williams@gmal.com> | 2026-08-07 19:25:50 -0400 |
|---|---|---|
| committer | Pinapelz <yukais@pinapelz.com> | 2026-08-29 21:41:34 -0700 |
| commit | 1baeaf49881637f1b90507e36bb499b73ef866ac (patch) | |
| tree | 9e01322d57951903f7a505dd18a30586541eb6ba /config/hypr/lua/startup.lua | |
| parent | 89041539f078cab588d91f6356cbd4f6dffbfcb6 (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/hypr/lua/startup.lua')
| -rw-r--r-- | config/hypr/lua/startup.lua | 2 |
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", |
