Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 672 Bytes

File metadata and controls

31 lines (20 loc) · 672 Bytes

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