From 36572c159bf25b733b9753cd3361247c1d6a0b1e Mon Sep 17 00:00:00 2001 From: Daniel Napora Date: Wed, 18 Feb 2026 19:26:38 +0100 Subject: [PATCH] lxappearance wrapper fix --- local/bin/lxappearance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local/bin/lxappearance b/local/bin/lxappearance index 8748556..0e74b0a 100755 --- a/local/bin/lxappearance +++ b/local/bin/lxappearance @@ -8,7 +8,7 @@ XRES="$HOME/.Xresources" sleep .5 #READ Cursor theme name from GTK3 -read CURTHEME <<< "$(grep gtk-cursor-theme-name ${GTK3_RC} | cut -d'"' -f2)" +read CURTHEME <<< "$(grep gtk-cursor-theme-name ${GTK3_RC} | cut -d'=' -f2)" # WRITE to GTK3 if grep "^gtk-cursor-theme-name=${CURTHEME}" ${GTK3_RC};then #found nic nie robimy