#!/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;