-
Hello guys, do you have any ideas how I could recreate this theme? I'm newbie at coding :/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Readers: No HTTPS on provided link so browse accordingly. @Helodix : Here's a loose rundown of one possible route to take:
The initial theme file you'll be starting with has all of the stuff built for the metrics used in the final layout, so it'll be an exercise in activating the ones you'd enjoy using and getting the colors and placement squared away. The YAML is well documented and the pre-filled content can be used as an additional guide on how to do things. Don't forget that there's also a wiki section devoted to explaining theme creation. No real coding is necessary; a lot of the work will be the X and Y coordinates for where things need to go and sizing the typefaces properly. The radial graphs are probably the most complex thing to assemble in the file. Most everything else should be pretty self-explanatory. It does mean some trial and error but the tradeoff is being able to take that theme wherever you want it to go. Wish the CPU utilization was an animated line graph over time instead of a percentage? You can totally do that. Use different typefaces. Change the color so that it better matches the ProArt hardware, or give each metric its own dedicated color. |
Beta Was this translation helpful? Give feedback.
Readers: No HTTPS on provided link so browse accordingly.
@Helodix : Here's a loose rundown of one possible route to take:
~/res/themes/
, make a new directory with the name you'd like the theme to have~/res/themes/theme_example.yaml
to the new directory, and rename it totheme.yaml
py theme-editor.py [NAME OF THEME]
will open the file you need to edit and a virtualized display so you can see your changes take effect (it'll update when you save changes t…