oguzhaninan / Stacer

Linux System Optimizer and Monitoring - https://oguzhaninan.github.io/Stacer-Web
GNU General Public License v3.0
8.82k stars 600 forks source link

Theming Options in v1.1.0? #523

Open DarylO71 opened 1 year ago

DarylO71 commented 1 year ago

I don't see a theming option in the current version of this app, and I'd like to adjust the colours and the font. Which files would I modify to accomplish this? Thanks!

alexmyczko commented 1 year ago

not too difficult for the font: https://sources.debian.org/src/stacer/1.1.0%2Bds-2/debian/README.source/

DarylO71 commented 1 year ago

not too difficult for the font: https://sources.debian.org/src/stacer/1.1.0%2Bds-2/debian/README.source/

Thank you. Where should I put this? The page doesn't specify where this particular stacer folder is. I've created a static/font folder in my stacer folder in /home/.config and placed my replacement font in there, but when I restarted, nothing changed. Is there a configuration file elsewhere that I should update?

alexmyczko commented 1 year ago

as you can see in https://github.com/oguzhaninan/Stacer/blob/native/stacer/static.qrc the theme and font is embedded into the build thus it is a build time option. not ine you can change during runtime.

DarylO71 commented 1 year ago

as you can see in https://github.com/oguzhaninan/Stacer/blob/native/stacer/static.qrc the theme and font is embedded into the build thus it is a build time option. not ine you can change during runtime.

Okay, well, I had installed it from the Ubuntu Software Centre, so I suppose I'd have to uninstall it and build it from scratch, but unless I can change the colours, too, that wouldn't be worth doing.

alexmyczko commented 1 year ago

well you could say apt-get source stacer, do your changes, debuild and install your new .deb?

DarylO71 commented 1 year ago

I still wouldn't know how to change the colours. I'm considering using this app as an 'auto-hide panel' to replace the Ubuntu Dock (as I'm using Cairo Dock already), and since I already have an auto-hide panel that is the Microsoft Start page, I want the two panels to match.