Skip to content

Murzchnvok/rofi-collection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rofi Collection

Started as My personal collection, but now it's a community thing I guess, at least it's being updated by the Contributors and I really appreciate that.

If you find any error or you think I need to add something to this readme please send a message to me on reddit

Getting Started

Prerequisites

You need to install Rofi and an icon pack, the one I'm using is Papirus:

Debian/Ubuntu

$HOME
-> sudo apt install rofi papirus-icon-theme

Fedora

$HOME
-> sudo dnf install rofi papirus-icon-theme

If you're having trouble:

rofi repo.

Papirus Icon repo

Also you need to download and install this font from nerd fonts:

  • JetBrainsMono

To install this font, copy/move to the folder ~/.fonts and run in the terminal:

$HOME
-> fc-cache -fv

Installing

First you need to clone the repo (recommend in $HOME, or Projects directory):

$HOME
-> git clone https://github.com/Murzchnvok/rofi-collection

As suggested by Ryan S., you could also shallow close (not clone the entire repo history):

$HOME
-> git clone https://github.com/Murzchnvok/rofi-collection --depth 1

If you're using sxhkd you need to add something like this to your sxhkdrc:

super   shift   {i,o,p}
    rofi -show {run,drun,window} -theme $HOME/rofi-collection/nord/nord.rasi

or copy/move the rasi config file to ~/.local/share/rofi/themes/ and run rofi theme selector:

$HOME/rofi-collection
-> cp -r nord $HOME/.local/share/rofi/themes/

$HOME
-> rofi-theme-selector

Remember to keep updated:

$HOME
-> cd $HOME/rofi-collection && git pull

You might be interested

Quality is more important than quantity!

Murz (my own color scheme)

rofi

Dracula

rofi

Gruvbox

rofi

Material

rofi

Minimal

rofi

Nord

rofi

OneDark

rofi