ITADN

Ability to use theme in various rofi applications

#193OpenJohWQ 创建于 2025-08-01
J
JohWQcommented
In the file "`~/.config/rofi/launchers/type-1/style-5.rasi`" i can add the "calc" modi from the 'rofi-calc' software: ``` configuration { modi: "drun,calc,run,window"; show-icons: true; display-drun: ""; display-window: ""; display-calc: ""; display-run: ""; /* display-filebrowser: ""; */ drun-display-format: "{name}"; window-format: "{w} · {c} · {t}"; } ``` But another rofi application such as 'Greenclip' isn't listed as a modi in rofi, and is executed in a different way: `rofi -modi 'clipboard:greenclip print' -show clipboard -run-command '{cmd}'` How do i get the theme working with Greenclip?
0 条评论