All Projects → Murzchnvok → rofi-collection

Murzchnvok / rofi-collection

Licence: other
Beautiful collection of Rofi themes

Projects that are alternatives of or similar to rofi-collection

Polybar Collection
Beautiful collection of Polybar themes
Stars: ✭ 172 (-27.12%)
Mutual labels:  material, minimal, nord
dotfiles
My personal configuration files
Stars: ✭ 120 (-49.15%)
Mutual labels:  gruvbox, nord
Rofi Spotlight
Spotlight-like Rofi
Stars: ✭ 109 (-53.81%)
Mutual labels:  material, rofi
dotfiles
My dotfiles with dwm, qtile and awesome.
Stars: ✭ 178 (-24.58%)
Mutual labels:  gruvbox, nord
Vscode Palenight Theme
✨ An elegant and juicy material-inspired theme for Visual Studio Code.
Stars: ✭ 263 (+11.44%)
Mutual labels:  material, dark-theme
Textfieldboxes
Material Design text field that comes in a box, based on (OLD) Google Material Design guidelines.
Stars: ✭ 760 (+222.03%)
Mutual labels:  material, dark-theme
vscode-theme-gruvbox-minor
Gruvbox theme for Visual Studio Code
Stars: ✭ 17 (-92.8%)
Mutual labels:  dark-theme, gruvbox
lambda-wallpapers
All of my wallpapers in one repo.
Stars: ✭ 123 (-47.88%)
Mutual labels:  gruvbox, nord
nord-rofi-theme
An arctic, north-bluish clean and elegant rofi color theme.
Stars: ✭ 128 (-45.76%)
Mutual labels:  rofi, nord
rofi
🧛🏻‍♂️ Dark theme for rofi
Stars: ✭ 97 (-58.9%)
Mutual labels:  dark-theme, rofi
Indigo
🍜 Minimalist Jekyll Template, dark and light themes
Stars: ✭ 2,214 (+838.14%)
Mutual labels:  minimal, dark-theme
typora-nord-theme
A port of the popular Nord theme for Typora!
Stars: ✭ 25 (-89.41%)
Mutual labels:  dark-theme, nord
Pico
Graceful & Minimal CSS design system in pure semantic HTML
Stars: ✭ 89 (-62.29%)
Mutual labels:  minimal, dark-theme
Notion Icons 2.0
Create a more vibrant and modern workspace. Use Github Issues to request more Icons.
Stars: ✭ 93 (-60.59%)
Mutual labels:  material, dark-theme
hyperterm-gruvbox
Hyperterm theme based on gruvbox
Stars: ✭ 16 (-93.22%)
Mutual labels:  dark-theme, gruvbox
gruvqueen
Port of famous gruvbox theme in lua(inspired by gruvbox-material)
Stars: ✭ 42 (-82.2%)
Mutual labels:  dark-theme, gruvbox
dotfiles
Gruvbox inspired Arch Linux i3wm rice.
Stars: ✭ 43 (-81.78%)
Mutual labels:  gruvbox, rofi
neutronics material maker
A tool for making parametric material cards for use in neutronics codes. Original developed for the Paramak
Stars: ✭ 17 (-92.8%)
Mutual labels:  material
Pelican
Chrome extension for better Facebook Works only with the previous design of Facebook.
Stars: ✭ 16 (-93.22%)
Mutual labels:  minimal
C-plus-plus-Algorithms
Repo contains some of the most common Data Structure and Algorithm in cpp. It will be helpful in future application of Competitive Programming as well as various tech Interviews.
Stars: ✭ 19 (-91.95%)
Mutual labels:  hacktoberfest-accepted

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.

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 Official Repo.

Papirus Icon repo

Also you need to download and install these fonts from nerd fonts:

  • JetBrainsMono
  • Iosevka

To install these fonts, 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].