wayglance 0.2.2

A file clipboard for Wayland — watches directories for new files and shows a transient Waybar widget with drag-and-drop, open, edit, and copy actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Add this to the "modules" section of your Waybar config
// (~/.config/waybar/config.jsonc)
//
// Then add "custom/glance" to a bar position (e.g. "modules-right").
{
    "custom/glance": {
        "exec": "glance status",
        "return-type": "json",
        "interval": 1,
        "signal": 8,
        "on-click": "glance drag",
        "on-click-right": "glance copy",
        "on-scroll-up": "glance scroll up",
        "on-scroll-down": "glance scroll down"
    }
}