initial upload

This commit is contained in:
anihilis 2026-03-17 19:33:51 -07:00
commit 2d441c7ccf
665 changed files with 648547 additions and 0 deletions

6
watch-accent.sh Executable file
View file

@ -0,0 +1,6 @@
#!/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