eww(bar,cc): add a lot of scripts and modify existing

This commit is contained in:
retrozinndev
2024-12-07 16:42:49 -03:00
parent e27e70891c
commit adf8b7d9ba
5 changed files with 98 additions and 40 deletions
+10
View File
@@ -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