https://github.com/whoiscipher/rofi-config
Rofi setup using a custom theme that I found on GitHub and modified as per my needs (Credits Given in comments)
https://github.com/whoiscipher/rofi-config
archlinux config dmenu-re rofi-config
Last synced: 12 months ago
JSON representation
Rofi setup using a custom theme that I found on GitHub and modified as per my needs (Credits Given in comments)
- Host: GitHub
- URL: https://github.com/whoiscipher/rofi-config
- Owner: WhoisCipher
- Created: 2025-03-22T00:07:45.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T00:12:23.000Z (about 1 year ago)
- Last Synced: 2025-03-22T01:20:43.281Z (about 1 year ago)
- Topics: archlinux, config, dmenu-re, rofi-config
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🚀 Rofi Configuration
Rofi is a powerful application launcher and window switcher. This configuration enhances its aesthetics and usability with a sleek theme and custom keybindings.
---
## 📜 Installation
1. **Install Rofi** (if not already installed):
```sh
yay pacman -S rofi
```
2. **Copy the configuration file** to the appropriate directory:
```sh
git clone git@github.com:WhoisCipher/rofi-config.git
mkdir -p ~/.config/rofi
cp config.rasi spotlight-dark.rasi ~/.config/rofi/config.rasi
```
3. **(Optional) Copy the theme file** if using a custom theme:
```sh
cp theme.rasi ~/.config/rofi/theme.rasi
```
---
## 🎨 Features
✅ **Minimal & Elegant UI** – Aesthetic and clean theme.
✅ **Keybindings** – Easy navigation and quick access to applications.
✅ **Fast & Lightweight** – Optimized for speed and efficiency.
✅ **Drun Mode Enabled** – Quickly launch installed applications.
✅ **Window Switching** – Easily switch between open windows.
---
## 🔧 Usage
- **Run Rofi as an application launcher**:
```sh
rofi -show drun
```
- **Run Rofi as a window switcher**:
```sh
rofi -show window
```
- **Use custom theme** (if available):
```sh
rofi -show drun -theme ~/.config/rofi/theme.rasi
```
---
## ⚙️ Customization
Modify `config.rasi` to tweak the UI, fonts, colors, and animations.
To edit, open the file in your favorite editor:
```sh
nvim ~/.config/rofi/config.rasi
```
---
## 📌 Notes
- Ensure you have a proper font installed (e.g., `JetBrains Mono`, `Hack`, `Fira Code`).
- If Rofi does not appear properly, try running:
```sh
rofi-theme-selector
```
---