diff options
| author | prabinpanta0 <pantaprabin30@gmail.com> | 2025-10-27 10:35:13 +0545 |
|---|---|---|
| committer | prabinpanta0 <pantaprabin30@gmail.com> | 2025-10-27 10:35:13 +0545 |
| commit | 7275b5f73ff6c1164cba645a5f41ac088a10e7cc (patch) | |
| tree | 1a3c58855f33381489114d69eba13ee0bb4e2476 /config/hypr/UserConfigs | |
| parent | 95b85dd6c59620d660ff320a07bdf7b3c42bdc46 (diff) | |
config(hypr): run Weather.sh at startup; lower weather cache TTL to 5 minutes
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..976208e9 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/Weather.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 |
