rofi icon indicating copy to clipboard operation
rofi copied to clipboard

Ability to use theme in various rofi applications

Open JohWQ opened this issue 5 months ago • 0 comments

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?

JohWQ avatar Aug 01 '25 01:08 JohWQ