Commit e6229c35 authored by Htylol's avatar Htylol

user.conf: Fixed the theme selection issue

parent 8eb9fcac
......@@ -6773,8 +6773,8 @@ gui_userconf () {
case $GTK_THEME in
"${translations[default]}") unset GTK_THEME ;;
"${translations[light]}") GTK_THEME=${GTK_THEME//${translations[light]}/light} ;;
"${translations[dark]}") GTK_THEME=${GTK_THEME//${translations[dark]}/dark} ;;
*"${translations[light]}") GTK_THEME=${GTK_THEME//${translations[light]}/light} ;;
*"${translations[dark]}") GTK_THEME=${GTK_THEME//${translations[dark]}/dark} ;;
esac
if [[ $DESKTOP_WITH_TIME == "${translations[Show in hours and minutes]}" ]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment