diff options
-rw-r--r-- | .config/rofi/config.rasi##template | 29 |
1 files changed, 11 insertions, 18 deletions
diff --git a/.config/rofi/config.rasi##template b/.config/rofi/config.rasi##template index 902cabf..eff4ef5 100644 --- a/.config/rofi/config.rasi##template +++ b/.config/rofi/config.rasi##template @@ -1,10 +1,13 @@ configuration { modi: "drun,run"; - font: "sans-serif 9"; + font: "sans-serif 8"; matching: "fuzzy"; separator-style: "none"; hide-scrollbar: true; + drun-match-fields: "name,generic,categories,keywords"; + drun-display-format: "{name}"; + kb-remove-to-eol: "Control+Shift+e"; kb-accept-entry: "Control+m,Return,KP_Enter"; kb-row-up: "Up,Control+k,Shift+Tab,Shift+ISO_Left_Tab"; @@ -15,30 +18,27 @@ window { padding: 2px; background-color: ${background}; text-color: ${foreground}; - width: 450px; -} - -mainbox { - background-color: inherit; - text-color: inherit; + width: 350px; } * { spacing: 0; line-padding: 0; line-margin: 0; + background-color: inherit; + text-color: inherit; +} + +message { + margin: 8px; } inputbar { children: [entry]; - background-color: inherit; - text-color: inherit; } entry { padding: 10px; - background-color: inherit; - text-color: inherit; cursor-width: 1px; } @@ -47,8 +47,6 @@ listview { scrollbar: false; lines: 8; fixed-height: false; - background-color: inherit; - text-color: inherit; padding: 1px 0px; } @@ -65,8 +63,3 @@ element selected { text-color: ${accent_text}; } -element-text { - background-color: inherit; - text-color: inherit; -} - |