Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 678 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 678 Bytes

🌊 Kanagawa Paper Rofi theme

A simple theme for rofi based on kanagawa-paper.nvim by @sho-87.

📦 Setup

  1. Copy kanagawa-paper.rasi file to ~/.config/rofi/kanagawa-paper.rasi
  2. Add the following lines to your rofi config (~/.config/rofi/config.rasi):
configuration {
    display-ssh:    "";
    display-run:    "";
    display-drun:   "";
    display-window: "";
    display-combi:  "";
    show-icons:     true;
}

@theme "~/.config/rofi/kanagawa-paper.rasi"