You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to theme.ron. You can do this either with leftwm-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
in your up script replace the line echo "LoadTheme $SCRIPTPATH/theme.toml" > $XDG_RUNTIME_DIR/leftwm/commands.pipe with leftwm-command "LoadTheme $SCRIPTPATH/theme.ron", or if you arleady use leftwm-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
The text was updated successfully, but these errors were encountered:
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
ofleftwm
.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:
theme.toml
totheme.ron
. You can do this either withleftwm-theme migrate <path-to/theme.toml>
or by these four simple steps:(...)
=
with:
,
on each linetheme.ron
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 andleftwm-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
The text was updated successfully, but these errors were encountered: