.dotfiles/.config/waybar/modules/custom-clipboard.jsonc
2026-01-18 21:08:16 -07:00

17 lines
585 B
Plaintext

{
"custom/clipboard": {
"format": "\uf07f",
"tooltip": false,
"menu": "on-click-right",
"menu-file": "${HYDE_WAYBAR_MENU_DIR:-$XDG_DATA_HOME/waybar/menus}/clipboard.xml",
"menu-actions": {
"favorites": "hyde-shell cliphist --favorites",
"history": "hyde-shell cliphist --copy",
"delete": "hyde-shell cliphist --delete",
"manage-favorites": "hyde-shell cliphist --manage-fav",
"clear-history": "hyde-shell cliphist --wipe"
},
"signal": 2
},
"_comments": []
}