From e3fd511512a2fe4352fb43ef4b72bb372b74fb01 Mon Sep 17 00:00:00 2001 From: James Patrick Date: Sat, 8 Jun 2019 22:20:53 -0400 Subject: [PATCH] Switched to medium font. --- rofi/applet.rasi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rofi/applet.rasi b/rofi/applet.rasi index b7c462f..a3f723f 100644 --- a/rofi/applet.rasi +++ b/rofi/applet.rasi @@ -31,11 +31,11 @@ spacing: 2; urgent-background: @background; urgent-foreground: @red; - font: "FuraCode Nerd Font Mono 13"; + font: "FuraCode Nerd Font Mono Medium 13"; } window { width: 350; - height: 350; + height: 350; padding: 5; background-color: @background; border: 1;