v2.7.1
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)