Skip to content

Releases: 5hubham5ingh/WallRizz

Add: wallpaper path as second argumnet in setTheme

04 Mar 16:46
Compare
Choose a tag to compare

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.

10 Feb 20:30
Compare
Choose a tag to compare

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.

23 Dec 12:32
Compare
Choose a tag to compare
v1.0.3

Bumped version

Refactor and improvements

22 Dec 18:12
Compare
Choose a tag to compare
  • Removed custom stack trace on error.
  • Improved fzf UI config.

Improvements

13 Dec 19:02
Compare
Choose a tag to compare
  • Move config files caching to worker thread.
  • Set fzf theme to follow terminal theme.

Features

09 Dec 17:51
Compare
Choose a tag to compare
  • Support for Wallpaper Browsing in List Mode: For terminals supporting the Kitty graphics protocol, requires timg.
  • Extension Template Creation and Testing: Create and test extension templates using WallRizz --test.

Features

01 Dec 21:39
Compare
Choose a tag to compare

Added:

  • User argument to change color generation back-end.
  • Color.js library for working with colors in theme extension script.

Public release

09 Nov 11:57
Compare
Choose a tag to compare

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.

28 Oct 15:17
Compare
Choose a tag to compare

#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.

20 Oct 19:18
Compare
Choose a tag to compare

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.