Skip to content

Dracula based theme for Rofi with dark and light variants. Includes various Rofi modes.

License

Notifications You must be signed in to change notification settings

Alcadramin/rofi-dracula

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rofi Dracula One Theme

Dracula based minimal Rofi theme with dark and light variants. Includes various Rofi modes.


Previews

Light Variant

Rofi-light.mp4

Dark Variant

Rofi-dark.mp4

Note: Flicking in preview videos caused by OBS, I don't know why this is happening.

What is Rofi?

Rofi is A window switcher, Application launcher and dmenu replacement. Rofi started as a clone of simpleswitcher and It has been extended with extra features, like an application launcher and ssh-launcher, and can act as a drop-in dmenu replacement, making it a very versatile tool. Rofi, like dmenu, will provide the user with a textual list of options where one or more can be selected. This can either be running an application, selecting a window, or options provided by an external script. More here...

Installation

  • First, make sure you have rofi is installed.
    • On Arch/Arch-based: sudo pacman -S rofi
    • On Debian/Ubuntu: sudo apt install rofi
    • On Fedora: sudo dnf install rofi
  • Clone this repository:
$ git clone --depth=1 https://github.com/bw3u/rofi-dracula
  • Change directory to clone
$ cd rofi-dracula
  • Option 1: Copy the contents to ~/.config/rofi. Edit config.rasi for your taste, you are good to go!

  • Option 2: Execute the included install script:

$ chmod +x install.sh
$ ./install.sh
  • You should get an output that confirms installation. Have fun!

License & Other Stuff

  • This project is under the GPLv3 license.
  • Pull requests, issues, contributions are welcomed.