I'll add a new theme when I make something nice.
You need rofi installed.
There's different ways on how you can set this up, this is how I do it.
--depth=1 shallow clone (basically smaller repo size).
git clone --depth=1 https://github.com/Murzchnvok/rofi-collectionBefore you could create a symlink or copy/move to ~/.local/share/rofi/theme and run rofi-the-selector to set a theme. Now I'm trying something different, kinda easier to change things, but maybe a bit harder to run since you have to set a bind to manually run this theme.
If you're using sxhkd add to your sxhkdrc:
super + shift + {i,o,p}
rofi -show {run,drun,window} -theme $HOME/rofi-collection/theme.rasi
super + shift + {i,o,p}is just an example, use whatever you want.
Also the path
$HOME/rofi-collection/theme.rasiis where you cloned the repo.
By default is using JetBrainsmono font from nerd fonts.
Open config/font.rasi, and change what's inside "":
configuration {
font: env(ROFI_FONT, "Font You Want to Use SIZE");
}Second option, set an environment variable to ROFI_FONT:
If you don't know how to set the variable google it.
ROFI_FONT="JetBrainsMono Nerd Font Medium 12"Other repos related to rofi themes.
- rofi-themes-collection by newmanls
Change goes in
theme.rasi.
@import "config/general"
@import "config/icons"
@import "colorscheme/onedark"
@import "themes/gnomio"@import "config/general"
@import "config/disable-prompt"
@import "colorscheme/gruvbox"
@import "themes/hidrot"@import "config/general"
@import "config/disable-prompt"
@import "colorscheme/dracula"
@import "themes/murz"


