Releases: 5hubham5ingh/WallRizz
Releases · 5hubham5ingh/WallRizz
Add: wallpaper path as second argumnet in setTheme
setTheme
function in extension scripts now receives wallpaper's path as second argument.
export function setTheme(currrentThemeConfigPath : string, currentWallpaperPath : string){};
Added wallpaper path as second arg in theme handler extension functions.
The theme extension function receive the full path of the wallpaper as second argument.
export const getDarkThemeConf(colorsCodesArray, wallpaperPath){};
Similarly,
export const getLightThemeConf(colorsCodesArray, wallpaperPath){};
Fix: Fullscreen wallpaper preview.
v1.0.3 Bumped version
Refactor and improvements
- Removed custom stack trace on error.
- Improved fzf UI config.
Improvements
- Move config files caching to worker thread.
- Set fzf theme to follow terminal theme.
Features
Features
Public release
Changes:-
- Set default value of --hold to false.
- Remove old wallpaper daemon handler script when new one is downloaded.
- Updated fzf style.
Feature added and bumped dependecy lib version.
#Features added:
- Set an IIFE to customize the arguments during runtime at set interval.
- Separate threads for each extension script's execution with error handling and default global variables.
- Custom stack trace on error.
- Bumped qjs-ext-lib lib version.
Features: Daemon mode and hold app open.
New features added:
- Daemon mode: Allows to set interval in milliseconds to apply a random wallpaper periodically.
- Hold: Enable/disable to hold application open even after the wallpaper has been applied.