🌈️ apply a wallpaper based on the weather outside
0

Configure Feed

Select the types of activity you want to include in your feed.

refactor: remove hueRange as it isn't used

Angel Wang (Jun 21, 2026, 3:41 PM -0600) 8ba07439 c4a10bcf

-5
-5
apply/application.ts
··· 6 6 weatherModel: string 7 7 lightnessRange: { start: number; end: number } 8 8 chromaRange: { start: number; end: number } 9 - hueRange: { start: number; end: number } 10 9 applyWallpaperCommand: string 11 10 } 12 11 ··· 21 20 chromaRange: { 22 21 start: 0, 23 22 end: 1, 24 - }, 25 - hueRange: { 26 - start: 0, 27 - end: 360, 28 23 }, 29 24 applyWallpaperCommand: "hyprctl hyprpaper wallpaper , %s", 30 25 }