diff --git a/bin/updatecolors b/bin/updatecolors index 9bb8f44..1985a36 100755 --- a/bin/updatecolors +++ b/bin/updatecolors @@ -27,8 +27,9 @@ if which kitty; then cat $HOME/darkrc/kitty_$theme.conf |\ grep '^[[:alpha:]]' |\ sed -s 's/ \+/=/' |\ + sed -s 's/^.*$/set-colors --all \0/' |\ sort |\ - xargs -l kitty @ set-colors --all + kitty @ >/dev/null fi pkill -HUP conky