From 9a6dd2939392767fd44a1756a6ce7e3572509e53 Mon Sep 17 00:00:00 2001 From: Candifloss Date: Sat, 3 Aug 2024 10:31:45 +0000 Subject: [PATCH] Add eww/sh/unrelated/csswatch.sh --- eww/sh/unrelated/csswatch.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 eww/sh/unrelated/csswatch.sh 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