19 lines
474 B
Plaintext
19 lines
474 B
Plaintext
{
|
|
"custom/gpuinfo": {
|
|
"exec": "hyde-shell gpuinfo",
|
|
"return-type": "json",
|
|
"format": "{0}",
|
|
"rotate": 0,
|
|
"interval": 5,
|
|
"tooltip": true,
|
|
"max-length": 1000,
|
|
"on-click": "hyde-shell gpuinfo --toggle",
|
|
"menu": "on-click-right",
|
|
"menu-file": "${HYDE_WAYBAR_MENU_DIR:-$XDG_DATA_HOME/waybar/menus}/gpuinfo.xml",
|
|
"menu-actions": {
|
|
"toggle": "hyde-shell gpuinfo --toggle",
|
|
"reset": "hyde-shell gpuinfo --reset"
|
|
}
|
|
}
|
|
}
|