neuwaita-icon-theme/watch-accent.sh
2026-03-17 19:33:51 -07:00

6 lines
214 B
Bash
Executable file

#!/bin/bash
gsettings monitor org.gnome.desktop.interface accent-color | while read -r line; do
color=$(echo "$line" | cut -d':' -f2 | tr -d " '")
~/.local/share/icons/Neuwaita/change-color.sh $color
done