Skip to content

Instantly share code, notes, and snippets.

View luboszima's full-sized avatar

Luboš Zíma luboszima

View GitHub Profile
@luboszima
luboszima / glance.yml
Created July 13, 2025 17:33
glance wiget for Github Notifications
- type: custom-api
title: GitHub Notifications
url: https://api.github.com/notifications?all=true&per_page=20
headers:
Authorization: Bearer ${GITHUB_TOKEN}
Accept: application/vnd.github+json
template: |
<ul class="list list-gap-14 collapsible-container" data-collapse-after="6">
{{ range .JSON.Array "" }}
{{ if (.String "subject.url") }}