chore(fleek): Add additional package needed for proper cursor theming on KDE OOTB

This commit is contained in:
Kyle Gospodnetich 2023-09-01 16:56:44 -07:00
parent 026dacb480
commit 585f8bd530
2 changed files with 6 additions and 2 deletions

View File

@ -73,7 +73,9 @@ fleek-install-themes:
if [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
fleek add adw-gtk3 --apply
else
fleek add breeze-icons --apply
fleek add breeze-icons
fleek add libsForQt5.breeze-qt5
fleek apply
fi
get-greenlight:

View File

@ -59,7 +59,9 @@ fleek-install-themes:
if [[ ${BASE_IMAGE_NAME} == 'silverblue' ]]; then
fleek add adw-gtk3 --apply
else
fleek add breeze-icons --apply
fleek add breeze-icons
fleek add libsForQt5.breeze-qt5
fleek apply
fi
enable-auto-login: