17 lines
585 B
Plaintext
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": []
|
|
} |