Dracula based minimal Rofi theme with dark and light variants. Includes various Rofi modes.
#
Light Variant
https://user-images.githubusercontent.com/26462370/133297219-979471b5-eab0-417b-bd19-9584e5094d27.mp4
Dark Variant
https://user-images.githubusercontent.com/26462370/133297121-94c146f5-fd8c-47a7-8045-59a9770aa65f.mp4
Note: Flicking in preview videos caused by OBS, I don’t know why this is happening. #
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…
#
sudo pacman -S rofi
sudo apt install rofi
sudo dnf install rofi
$ git clone --depth=1 https://github.com/bw3u/rofi-dracula
$ 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
#