Change the dark mode theme for a portable appimage? (chromium browser) #1379
-
I'm trying to figure out if there's a way to change the default theme on a chromium browser to a different type. I have a custom theme used on kde that syncs well with it, but the default gtk and classic theme are still too bright for me. I prefer to have my config portable for my flash drive and made a home folder for it. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Hello @Tesla-Tank. Run your Chromium AppImage like this: |
Beta Was this translation helpful? Give feedback.
-
It is possible and I make use of it. I usually have this on my Qt appimages: https://github.com/pkgforge-dev/puddletag-AppImage/blob/main/puddletag-appimage.sh#L60-L61 It checks if there is a file with the name of the AppImage + After that it checks again if the variable contains a valid file, if this is true it runs If you wonder why I then check the variable, this is because the user can also set the variable to point to a stylesheet file anywhere they want and that way if they have several Qt appimages they all make use of the same Something crazy is that i have not been able to find documentation about the |
Beta Was this translation helpful? Give feedback.
Hello @Tesla-Tank. Run your Chromium AppImage like this:
Your.AppImage --appimage-portable-home
once. Then do your theme modifications, they should be saved inside theYour.AppImage.home
folder alongside the AppImage.