diff options
| author | Josh <joshott16@gmail.com> | 2025-07-24 08:15:52 -0400 |
|---|---|---|
| committer | Josh <joshott16@gmail.com> | 2025-07-24 08:15:52 -0400 |
| commit | 21150560c5762a4f6f446e74f2020f61d9ba4221 (patch) | |
| tree | 73a20509a1f19e90bc6e4bd240e89332693e2c8d /rofi/config.rasi | |
| parent | 993b580ec5ea47a8f7d5b1d84556d6f27dc6a22c (diff) | |
| download | dotfiles-21150560c5762a4f6f446e74f2020f61d9ba4221.tar.gz dotfiles-21150560c5762a4f6f446e74f2020f61d9ba4221.zip | |
the great colorscheme migration
Diffstat (limited to 'rofi/config.rasi')
| -rw-r--r-- | rofi/config.rasi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/rofi/config.rasi b/rofi/config.rasi index f8db5d4..80a7b9c 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -2,7 +2,7 @@ configuration{ modi: "run,drun"; icon-theme: "Papirus"; show-icons: true; - terminal: "wezterm"; + terminal: "kitty"; drun-display-format: "{icon} {name}"; location: 0; disable-history: false; @@ -14,5 +14,4 @@ configuration{ sidebar-mode: false; } -@theme "catppuccin-mocha" - +@theme "theme" |