
Cursors by jlue 7 comments

GRUB Themes by gustawho 40 comments
All you need to do is add the "--class" option. For instance, I have two options to shutdown and reset the PC. I created the /etc/grub.d/40_custom with the content:
menuentry "Power Off" --class shutdown {
echo "System shutting down..."
halt
}
menuentry "Reboot" --class reboot {
echo "System is rebooting..."
reboot
} - Nov 17 2018

SDDM Login Themes by RadRussianRus 41 comments

Plasma Themes by KenVermette 52 comments

Plasma Color Schemes by jerrymclinux 6 comments

PDF Software by foxit 2 comments
- Nov 27 2017

GRUB Themes by gustawho 40 comments
GRUB_THEME="/usr/share/grub/themes/starfield/theme.txt"
And re-generate grub.cfg to apply the changes (in most cases, "grubcfg -o /boot/grub/grub.cfg" is more than enough). If configuring the theme was successful, you will see Found theme: /usr/share/grub/themes/starfield/theme.txt in the terminal.
The error you're getting is when building the program you mentioned. - Sep 17 2017

GRUB Themes by gustawho 40 comments

GRUB Themes by gustawho 40 comments

GRUB Themes by gustawho 40 comments

Security by wusel1007 28 comments

Security by wusel1007 28 comments

Gnome Shell Themes by DarkBeastOfPrey 3 comments

Metacity Themes by sinner59 13 comments

Plasma 4 Extensions by ilpianista 7 comments

Plasma Themes
by
KenVermette