diff options
author | lonkaars <loek@pipeframe.xyz> | 2021-09-09 18:42:50 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2021-09-09 18:42:50 +0200 |
commit | 227be35ad8dc8377ae3afd7a908e3b52932243a1 (patch) | |
tree | cf45bf8a530382ef26ae0fa83c2fcf6300a30bb1 /.config/rofi | |
parent | b0e91d3b5a4e34409a625811e927b24c465cb623 (diff) |
patch for rofi update
Diffstat (limited to '.config/rofi')
-rw-r--r-- | .config/rofi/config.rasi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi index 099ce50..088d62f 100644 --- a/.config/rofi/config.rasi +++ b/.config/rofi/config.rasi @@ -1,6 +1,5 @@ configuration { modi: "drun,run"; - lines: 6; font: "JetBrainsMono Nerd Font 9"; matching: "fuzzy"; separator-style: "none"; @@ -41,6 +40,7 @@ listview { cycle: false; margin: 0 0 -1px 0; scrollbar: false; + lines: 6; } element { @@ -51,3 +51,8 @@ element selected { background-color: ${ROFIACCOLOR}; text-color: @background-color; } + +element-text { + background-color: inherit; + text-color: inherit; +} |