Moved theming to a central location
This commit is contained in:
parent
1c6fec2a1f
commit
54ecbaea3c
13 changed files with 20 additions and 6 deletions
11
.config/theming/watch.sh
Executable file
11
.config/theming/watch.sh
Executable file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/env sh
|
||||
|
||||
setupWatchers() {
|
||||
inotifywait -e modify,create,delete -m -r "$HOME/.config/theming/applications" &
|
||||
inotifywait -e modify,create,delete -m -r "$HOME/.config/theming/library" &
|
||||
}
|
||||
|
||||
setupWatchers | while read line; do
|
||||
echo "Recomiling..."
|
||||
$HOME/.config/theming/compile.sh >/dev/null
|
||||
done
|
||||
Loading…
Add table
Add a link
Reference in a new issue