From f22f1723c01b56da14ae1de3491a78af1bc4c464 Mon Sep 17 00:00:00 2001 From: Santo Cariotti Date: Wed, 11 Dec 2024 20:46:32 +0100 Subject: Dot files with `chezmoi` --- private_dot_config/rofi/config.rasi | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 private_dot_config/rofi/config.rasi (limited to 'private_dot_config/rofi/config.rasi') diff --git a/private_dot_config/rofi/config.rasi b/private_dot_config/rofi/config.rasi new file mode 100644 index 0000000..55fb62d --- /dev/null +++ b/private_dot_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" -- cgit v1.2.3-18-g5258