Skip to content

Ability to use theme in various rofi applications #193

@JohWQ

Description

@JohWQ

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions