merge bugfixes

This commit is contained in:
Christian Schendel 2025-12-09 10:53:01 +00:00
commit 16f3a541dd
Signed by: doppelhelix
GPG key ID: 5874D2437CD5BBB3

View file

@ -196,7 +196,7 @@ switch-dark-light() {
qt_color_scheme_path=$kcolorscheme_dark qt_color_scheme_path=$kcolorscheme_dark
_set_theme _set_theme
else else
gtk_color_scheme=default gtk_color_scheme=prefer-light
gtk_prefer_dark_theme=0 gtk_prefer_dark_theme=0
gtk_theme=$gtk_theme_light gtk_theme=$gtk_theme_light
icon_theme=$icon_theme_light icon_theme=$icon_theme_light
@ -212,7 +212,7 @@ restore-theme-on-login() {
gtk_color_scheme=$(gsettings get org.gnome.desktop.interface color-scheme) gtk_color_scheme=$(gsettings get org.gnome.desktop.interface color-scheme)
if [[ ! $gtk_color_scheme == ''\''prefer-dark'\''' ]]; then if [[ ! $gtk_color_scheme == ''\''prefer-dark'\''' ]]; then
gtk_color_scheme=default gtk_color_scheme=prefer-light
gtk_prefer_dark_theme=0 gtk_prefer_dark_theme=0
gtk_theme=$gtk_theme_light gtk_theme=$gtk_theme_light
icon_theme=$icon_theme_light icon_theme=$icon_theme_light