diff options
author | Santo Cariotti <santo@dcariotti.me> | 2022-02-16 16:03:33 +0100 |
---|---|---|
committer | Santo Cariotti <santo@dcariotti.me> | 2022-02-16 16:03:33 +0100 |
commit | 321a1b787b6de122b0c2196e2fd86fb5b305ec50 (patch) | |
tree | 570167ee7608f8afc9bac6b39628afa286c4a8b1 | |
parent | 70c0c0689773417d8e6cb554e984f5bdd90743d7 (diff) |
rofi: adds
-rw-r--r-- | .config/rofi/config.rasi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi new file mode 100644 index 0000000..55fb62d --- /dev/null +++ b/.config/rofi/config.rasi @@ -0,0 +1,15 @@ +configuration { + modi: "run,combi"; + cycle: true; + show-icons: true; + matching: "glob"; + width: 40; + columns: 1; + location: 0; + padding: 50; + font: "UbuntuMono Mono 12"; + hide-scrollbar: true; + sidebar-mode: true; +} + +@theme "gruvbox-dark-hard" |