#Can i disable Theme to install my own without repository getting dirty?

4 messages · Page 1 of 1 (latest)

onyx nebula
#

i made my own theme for klipper and installed it, but now my version control under machine keeps saying ratos is "dirty" any flag i can change to allow custom themes?

crimson kraken
#

To make it stop complaining (you could just simply ignore it...) you'd have to publish your theme to github, then you can override the theme update manager entry in moonraker.conf by adding the following at the end:

[update_manager client RatOSTheme]
origin: https://github.com/yougithubusername/yourrepository.git
primary_branch: main
onyx nebula
#

Gotcha. Thanks!