diff options
| author | Martin Guzman <55927935+brockar@users.noreply.github.com> | 2025-10-28 18:29:58 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-28 18:29:58 -0300 |
| commit | dad4a040a85a4b2f5a47fb3f623c6818b924ff79 (patch) | |
| tree | 7894d6e167438cdc4705a02c16eeae3f99c10b84 /config/hypr/UserConfigs | |
| parent | 53fe242ffdddf74bf13e32999027053ee4614b20 (diff) | |
| parent | 0536a3a6f61cf24ac46ff74b49dc27d816a898e4 (diff) | |
Merge pull request #854 from prabinpanta0/development
Weather System Integration Improvements
Diffstat (limited to 'config/hypr/UserConfigs')
| -rw-r--r-- | config/hypr/UserConfigs/Startup_Apps.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/hypr/UserConfigs/Startup_Apps.conf b/config/hypr/UserConfigs/Startup_Apps.conf index 738eb2da..2f5c7ae7 100644 --- a/config/hypr/UserConfigs/Startup_Apps.conf +++ b/config/hypr/UserConfigs/Startup_Apps.conf @@ -47,6 +47,9 @@ exec-once = $UserScripts/RainbowBorders.sh # Starting hypridle to start hyprlock exec-once = hypridle +# Weather script to populate cache on startup +exec-once = $UserScripts/WeatherWrap.sh + # Here are list of features available but disabled by default # exec-once = swww-daemon --format xrgb && swww img $HOME/Pictures/wallpapers/mecha-nostalgia.png # persistent wallpaper |
