initial upload
This commit is contained in:
commit
2d441c7ccf
665 changed files with 648547 additions and 0 deletions
6
watch-accent.sh
Executable file
6
watch-accent.sh
Executable 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue