#!/usr/bin/env bash
while inotifywait -e close_write ~/.config/waybar; do
killall -SIGUSR2 waybar
done