Add eww/sh/unrelated/csswatch.sh
This commit is contained in:
parent
794126ace3
commit
9a6dd29393
4
eww/sh/unrelated/csswatch.sh
Normal file
4
eww/sh/unrelated/csswatch.sh
Normal file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
inotifywait -e modify -m -r ~/.config/eww/scss/ | while read events; do
|
||||
sass ~/.config/eww/scss/eww.scss ~/.config/eww/eww.css;
|
||||
done;
|
Loading…
Reference in New Issue
Block a user