Skip to content
/ rofi Public

A dark and clean colorscheme for rofi using the night colorscheme palette

Notifications You must be signed in to change notification settings

NightCS/rofi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Night for rofi

Clean and dark colorscheme for rofi

demonstration

Installation

To install it simply copy the configuration files to ~/.config/rofi

# backup your old configuration if you have it
if test -d $HOME/.config/rofi; then mv $HOME/.config/rofi $HOME/.config/rofi.BAK; fi
# clone and copy configurations
git clone https://github.com/NightCS/rofi.git rofi
mv rofi $HOME/.config

Done!

Note

If you want you can use the sidebar style too, simply replace the content of config.rasi to this:

@theme "themes/sidebar-rxyhn.rasi"

How it looks:

demonstration-sidebar