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
Just wondering if some command line argument functionality could be added so I can control the application with scripting. Specifically I am interesting in scripting some day/night switching with the new KDE theme support introduced in #43. My apologies if there is also this functionality, just haven't been able to find documentation if that is the case.
The text was updated successfully, but these errors were encountered:
I had a look at this because I would also like to control the appearance of Qt-applications from scripts.
It turns out that this application "only" provides a nice graphical user interface to modify INI files.
It would be rather pointless to provide a CLI for that because it's super simple to modify these files using a text editor or a script.
All Qt6-applications will change their appearance immediately after the ini file has been modified and saved (given QT_QPA_PLATFORMTHEME is set to qt6ct).
Hey everyone :-)
Just wondering if some command line argument functionality could be added so I can control the application with scripting. Specifically I am interesting in scripting some day/night switching with the new KDE theme support introduced in #43. My apologies if there is also this functionality, just haven't been able to find documentation if that is the case.
The text was updated successfully, but these errors were encountered: