diff options
Diffstat (limited to 'rofi')
| -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" + |