diff options
| author | ottjk <joshott16@gmail.com> | 2024-01-20 01:29:51 -0500 |
|---|---|---|
| committer | ottjk <joshott16@gmail.com> | 2024-01-20 01:29:51 -0500 |
| commit | ea9a749bd6238334ff9e92a0a31fdeaf5223619b (patch) | |
| tree | 6036539f3e49427483fb2dc388da377d5e5c7397 /rofi/config.rasi | |
| parent | 9b78e39e9cca329acc160399e46bb8d1c9b33955 (diff) | |
| download | dotfiles-ea9a749bd6238334ff9e92a0a31fdeaf5223619b.tar.gz dotfiles-ea9a749bd6238334ff9e92a0a31fdeaf5223619b.zip | |
many such updates
Diffstat (limited to 'rofi/config.rasi')
| -rw-r--r-- | rofi/config.rasi | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/rofi/config.rasi b/rofi/config.rasi new file mode 100644 index 0000000..a705974 --- /dev/null +++ b/rofi/config.rasi @@ -0,0 +1,18 @@ +configuration{ + modi: "run,drun"; + icon-theme: "Papirus"; + show-icons: true; + terminal: "wezterm"; + drun-display-format: "{icon} {name}"; + location: 0; + disable-history: false; + hide-scrollbar: true; + display-drun: " Apps "; + display-run: " Run "; + display-window: " Window"; + display-Network: " Network"; + sidebar-mode: false; +} + +@theme "catppuccin-mocha" + |