Sorry for the late reply, I’m not on Lemmy often.
It seems that, according to a Reddit thread, the Nobara kernel should include support for ec_sys
. What does the command modinfo ec_sys
output? If it doesn’t return modinfo: ERROR: Module ec_sys not found.
, then you should just be able to enable it with sudo modprobe ec_sys
and then enable it persistently across reboots with echo ec_sys | sudo tee -a /etc/modules
EDIT: Replaced output redirection with sudo tee
in case you are not running the command as root.
The linked article does a great job explaining the process of creating a theme assuming you have the SVG files. If you are asking how to create SVG files, then just use any vector editor (like Inkscape, for instance). You can find plenty of tutorials on how to create vectors through online video tutorials.