amber
amber copied to clipboard
Theme update
Greetings fellow adventurer!
You have subimtted a theme to the leftwm-community-themes
, thank you for this contribution!
Recently we merged a bunch of bigger changes with the release 0.4.0
of leftwm
.
Some of them are breaking theme compatibility and therefore we would like to request you to update your theme.
The following changes would be required:
- migrate your
theme.toml
totheme.ron
. You can do this either withleftwm-theme migrate <path-to/theme.toml>
or by these four simple steps:- surround everything with
(...)
- replace
=
with:
- append
,
on each line - safe as
theme.ron
- surround everything with
- in your
up
script replace the lineecho "LoadTheme $SCRIPTPATH/theme.toml" > $XDG_RUNTIME_DIR/leftwm/commands.pipe
withleftwm-command "LoadTheme $SCRIPTPATH/theme.ron"
, or if you arleady useleftwm-command
replace the file extension.
If possible, it would be nice when you would grant the leftwm
organisation or some member of the staff and leftwm-bot
write access to your repo, so we could push little fixes like the command pipe one without bothering your attention.
Again, thank you for contributing to our community themes and have a nice time adventuring in the Unix word.
Bests on behalf of the LeftWM staff,
VuiMuich