文件名称:rofi-json-menu:使用 rofi 自定义菜单的插件
文件大小:6KB
文件格式:ZIP
更新时间:2024-06-19 14:31:10
C
描述 从 JSON 文件读取并显示自定义菜单。 菜单条目指定一个命令,可以带参数或不带参数调用该命令。 菜单文件格式 菜单条目从 JSON 文件(默认: XDG_CONFIG_HOME/rofi-json-menu )中读取,格式如下: { " firefox " : { }, " foo " : { " cmd " : " some-script " , " icon " : " terminal " }, " mail " : { " description " : " thunderbird " , " cmd " : " thunderbird " , " terminal " : false ,
【文件预览】:
rofi-json-menu-master
----src()
--------jsonmenu.c(10KB)
----CMakeLists.txt(665B)
----LICENSE(1KB)
----README.md(2KB)
----PKGBUILD(704B)