amber icon indicating copy to clipboard operation
amber copied to clipboard

Theme update

Open VuiMuich opened this issue 2 years ago • 0 comments

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

VuiMuich avatar Oct 16 '22 09:10 VuiMuich