rofi-themes
rofi-themes copied to clipboard
Themes for Rofi (>1.4.0)
Themes for Rofi
This repository stores my themes for Rofi using the new theme engine only available from version 1.4.0.
Explanations for the new theme engine are provided by Dave Davenport in Qball's Weblog
Installation
Rofi looks for theme files in ~/.local/share/rofi/themes
for user-specific theme or /usr/share/rofi/themes
globally.
To install the themes,
-
clone this repository to your machine
git clone [email protected]:ricwtk/rofi-themes.git
-
cd
to current directorycd rofi-themes
-
make
copyToThemeDir.sh
executablechmod a+x copyToThemeDir.sh
-
use the script to copy or link the theme files to
~/.local/share/rofi/themes
a. to copy the theme files
./copyToThemeDir.sh
b. to create symlinks to the cloned theme files
./copyToThemeDir.sh link
Alternatively, you can download the files and save them to the directory manually.
Screenshots
The script I used in the screenshot can be found here