diff --git a/eww/sh/unrelated/csswatch.sh b/eww/sh/unrelated/csswatch.sh new file mode 100644 index 0000000..b43037a --- /dev/null +++ b/eww/sh/unrelated/csswatch.sh @@ -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; \ No newline at end of file