Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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"
```