~kris/dots

srice

ref: 2dc7c2f7e39f562e3603676ef50c2df0a4723c19 srice/.config/eww/scripts/get_notifications.sh -rwxr-xr-x 194 bytes
2dc7c2f7 — Kris Yotam update nvim plan9 theme, add hosts file, misc updates 6 months ago
                                                                                
1
2
3
4
5
6
7
#!/bin/bash
dunstctl history 2>/dev/null | jq -c '[.data[0][]? | {
  appname: .appname.data,
  summary: .summary.data,
  id: .id.data,
  icon: .icon_path.data
}] // []' 2>/dev/null || echo '[]'