Skip to content

v2.7.1

Compare
Choose a tag to compare
@Frewacom Frewacom released this 27 Nov 19:47
· 6 commits to master since this release

This update adds three new CLI-commands and fixes a bug with the installation script on Windows.

Added commands

pywalfox dark sets the theme mode to dark
pywalfox light sets the theme mode to light
pywalfox auto sets the theme mode to auto

Features

  • Set the theme mode to dark, light and auto using the CLI. Useful if you want to switch modes automatically for certain themes (Frewacom/pywalfox#51)

Fixes

  • Remove the permission validation during installation to prevent crashing on non-UNIX systems (Frewacom/pywalfox#52)