From 7e0ac6ebfe40e1637e8534a5fcdf5992d525a32e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 3 Apr 2026 03:53:50 +0200 Subject: chtheme: Use the Freedesktop interface --- .local/sbin/chtheme | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.local/sbin/chtheme b/.local/sbin/chtheme index e9b951c..b2f4d14 100755 --- a/.local/sbin/chtheme +++ b/.local/sbin/chtheme @@ -2,9 +2,9 @@ if [ "$1" = true ] then - theme=Adwaita-dark + theme=prefer-dark else - theme=Adwaita + theme=prefer-light fi -gsettings set org.gnome.desktop.interface gtk-theme $theme +gsettings set org.gnome.desktop.interface color-scheme $theme -- cgit v1.2.3