Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hiimsergey/rofi-catppuccin
An unffocial Rofi theme in the Catppuccin colorscheme
https://github.com/hiimsergey/rofi-catppuccin
catppuccin catppuccin-mocha catppuccin-palette catppuccin-rice catppuccin-theme rasi rofi rofi-config rofi-configuration rofi-drun rofi-theme rofi-themes
Last synced: 12 days ago
JSON representation
An unffocial Rofi theme in the Catppuccin colorscheme
- Host: GitHub
- URL: https://github.com/hiimsergey/rofi-catppuccin
- Owner: hiimsergey
- Created: 2024-06-26T18:47:10.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-26T18:48:16.000Z (5 months ago)
- Last Synced: 2024-06-26T23:19:13.364Z (5 months ago)
- Topics: catppuccin, catppuccin-mocha, catppuccin-palette, catppuccin-rice, catppuccin-theme, rasi, rofi, rofi-config, rofi-configuration, rofi-drun, rofi-theme, rofi-themes
- 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
# Catppuccin Rofi theme
A simple theme for [rofi](https://github.com/davatorium/rofi) based on the [Catppuccin](https://catppuccin.com) theme.![rofi_catppuccin_screenshot](https://github.com/hiimsergey/rofi-catppuccin/assets/91432388/06e6bdfb-7936-4204-9f05-9bbb866c8529)
## Installation
1. Copy [`catppuccin-lavrent-mocha.rasi`](https://github.com/hiimsergey/rofi-catppuccin/blob/mocha/gruvbox-material.rasi) to `~/.config/rofi/`
2. Add the following lines to your config (`~/.config/rofi/config.rasi`):```
configuration {
show-icons: true;display-ssh: " ssh:";
display-run: " run:";
display-drun: " drun:";
display-window: " window:";
display-combi: " combi:";
display-filebrowser: " filebrowser:";
}@theme "~/.config/rofi/catppuccin-lavrent-mocha.rasi"
```