aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.config/rofi/config.rasi##template13
1 files changed, 9 insertions, 4 deletions
diff --git a/.config/rofi/config.rasi##template b/.config/rofi/config.rasi##template
index 829d602..6fc4c28 100644
--- a/.config/rofi/config.rasi##template
+++ b/.config/rofi/config.rasi##template
@@ -1,6 +1,10 @@
configuration {
modi: "drun,run";
+{% if yadm.hostname == "thoncc" %}
+ font: "JetBrainsMono Nerd Font 7.5";
+{% else %}
font: "JetBrainsMono Nerd Font 9";
+{% endif %}
matching: "fuzzy";
separator-style: "none";
hide-scrollbar: true;
@@ -14,14 +18,15 @@ configuration {
background-color: ${background};
text-color: ${foreground};
spacing: 0;
+ line-padding: 0;
+ line-margin: 0;
{% if yadm.hostname == "thoncc" %}
- width: 400;
+ width: 340;
+ --padding: 6px;
{% else %}
width: 450;
-{% endif %}
- line-padding: 0;
- line-margin: 0;
--padding: 8px;
+{% endif %}
}
inputbar {