aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi
diff options
context:
space:
mode:
authorlonkaars <l.leblansch@gmail.com>2021-04-02 17:46:43 +0200
committerlonkaars <l.leblansch@gmail.com>2021-04-02 17:46:43 +0200
commit126aac27848795594f6ab6d3a67945da5ce16322 (patch)
treea0727d074e59818bc9a43d52a13706536ddf2fb2 /.config/rofi
parenta5740b6a81b4e11f3176ce890b63a7faae649be0 (diff)
zathura with light/dark mode script
Diffstat (limited to '.config/rofi')
-rw-r--r--.config/rofi/config.rasi10
1 files changed, 5 insertions, 5 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi
index 20a6bba..099ce50 100644
--- a/.config/rofi/config.rasi
+++ b/.config/rofi/config.rasi
@@ -1,7 +1,7 @@
configuration {
modi: "drun,run";
- lines: 4;
- font: "JetBrainsMono Nerd Font 10";
+ lines: 6;
+ font: "JetBrainsMono Nerd Font 9";
matching: "fuzzy";
separator-style: "none";
hide-scrollbar: true;
@@ -16,9 +16,9 @@ configuration {
text-color: ${ROFIFGCOLOR};
spacing: 0;
width: 450;
- line-padding: 5;
- line-margin: 5;
- --padding: 12px;
+ line-padding: 0;
+ line-margin: 0;
+ --padding: 8px;
}
inputbar {