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

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"
}
}
}