Kde: overhaul custom theme creation

This commit is contained in:
Toast 2023-08-31 00:45:39 +02:00
parent 124322df4c
commit a67ce6f8ee
9 changed files with 64 additions and 841 deletions

View file

@ -0,0 +1,3 @@
applet.currentConfigGroup = ["Appearance"]
applet.writeConfig("showSeconds", "true")
applet.reloadConfig()

View file

@ -0,0 +1,3 @@
applet.currentConfigGroup = ["General"]
applet.writeConfig("icon", "nix-snowflake-white")
applet.reloadConfig()