aboutsummaryrefslogtreecommitdiff
path: root/.config/rofi
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-09-22 13:08:09 +0200
committerlonkaars <loek@pipeframe.xyz>2022-09-22 13:08:09 +0200
commit49c415a0a0036808fc8bbd843474c77684a0a3a7 (patch)
treef03e4d23355906fb9dee156c35cf043685129b2a /.config/rofi
parent9293bd808111f576f981d0d93ca8d715d22cd7e5 (diff)
subtile fixes
Diffstat (limited to '.config/rofi')
-rw-r--r--.config/rofi/config.rasi##template (renamed from .config/rofi/config.rasi)8
1 files changed, 8 insertions, 0 deletions
diff --git a/.config/rofi/config.rasi b/.config/rofi/config.rasi##template
index 088d62f..bbbb646 100644
--- a/.config/rofi/config.rasi
+++ b/.config/rofi/config.rasi##template
@@ -14,7 +14,11 @@ configuration {
background-color: ${ROFIBGCOLOR};
text-color: ${ROFIFGCOLOR};
spacing: 0;
+{% if yadm.hostname == "thoncc" %}
+ width: 400;
+{% else %}
width: 450;
+{% endif %}
line-padding: 0;
line-margin: 0;
--padding: 8px;
@@ -40,7 +44,11 @@ listview {
cycle: false;
margin: 0 0 -1px 0;
scrollbar: false;
+{% if yadm.hostname == "thoncc" %}
+ lines: 5;
+{% else %}
lines: 6;
+{% endif %}
}
element {