aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-09-09 18:42:50 +0200
committerlonkaars <loek@pipeframe.xyz>2021-09-09 18:42:50 +0200
commit227be35ad8dc8377ae3afd7a908e3b52932243a1 (patch)
treecf45bf8a530382ef26ae0fa83c2fcf6300a30bb1 /.config/rofi
parentb0e91d3b5a4e34409a625811e927b24c465cb623 (diff)
patch for rofi update
Diffstat (limited to '.config/rofi')
-rw-r--r--.config/rofi/config.rasi7
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;
+}