~kris/dots

srice

ref: c8d9c68937f2c331a6bac47481ed40147fe73cba srice/.config/eww/scripts/get_notifications.sh -rwxr-xr-x 194 bytes
c8d9c689 — Kris Yotam shell migration: fish -> mksh, reorganize bin/, wallpaper cleanup 4 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 '[]'