diff options
| author | Prabin Panta <pantaprabin30@gmail.com> | 2025-10-27 12:25:54 +0545 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-10-27 12:25:54 +0545 |
| commit | 163bce40d9612bbc364b8c6aea0892230e39bee7 (patch) | |
| tree | 7d420ab7f097852157220eddf88c6d7123b5ab58 /config/hypr/UserConfigs | |
| parent | 957b0db7dd3e9274aa67bb747ad5a00615f6b23a (diff) | |
| parent | 2d4f945c6ffb850e21d3f2d24dc25087a207068d (diff) | |
Merge pull request #8 from prabinpanta0/development-weather
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 |
