docker-filebot
docker-filebot copied to clipboard
Dark mode/theme functionality?
Is there anyway of incorporating different themes? Eg Choose Java Swing Look-and-Feel (e.g. Dark Mode)
Would be great if this functionality was able to be added for Docker usage somehow.
Executing the commands from the link you provided seems to work. For example:
docker exec <container name> /opt/filebot/filebot -script fn:properties --def net.filebot.theme=Darcula
Then restart the container.
That works great for the filebot app window. Is there an equally easy fix for the white space around the app window?
Unfortunately there is no easy fix for this yet...
Understood. Thanks for replying.
Dark mode is now properly supported with latest version of the image.
Fixed previous comment: dark mode is now properly supported...