Skip to content

Latest commit

 

History

History
 
 

mode-scripts

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Mode scripts

Mode scripts are running by calling them as a mode:

rofi -modi "name:script.sh" -show name

File Browser

Usage

rofi -modi "fb:./rofi-file-browser.sh" -show fb

Screenshot

Rofi File Browser

Calc

Usage

Make sure bc, python or bcalc is installed. Check rofi-calc.sh comments for details.

To show calculator mode:

rofi -modi "calc:./rofi-calc.sh" -show calc

or, to show in combination with run mode:

rofi -combi-modi "calc:./rofi-calc.sh",run -show combi

Screenshot

Rofi Calc