✨ eww(bar,cc): add a lot of scripts and modify existing
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
prev_history=$(dunstctl history)
|
||||
|
||||
while true; do
|
||||
if ! [[ $prev_history == $(dunstctl history) ]]; then
|
||||
prev_history=$(dunstctl history)
|
||||
echo "$(echo $prev_history | jq -c '.data.[]')"
|
||||
fi
|
||||
done
|
||||
Reference in New Issue
Block a user