From f6218ef248e36d9ebcb4896b78d51044332d9835 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Mon, 25 May 2020 14:04:39 -0500 Subject: [PATCH] added some scaling for laptop to rofi launcher --- rofi/launchers-git/blurry.rasi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rofi/launchers-git/blurry.rasi b/rofi/launchers-git/blurry.rasi index 4e3178e..8a5c6e0 100644 --- a/rofi/launchers-git/blurry.rasi +++ b/rofi/launchers-git/blurry.rasi @@ -8,7 +8,7 @@ */ configuration { - font: "Noto Sans 10"; + font: "Noto Sans 28"; show-icons: true; icon-theme: "Papirus"; display-drun: "⮞"; @@ -36,7 +36,7 @@ configuration { window { background-color: #44444444; text-color: @foreground; - border-radius: 15px; + border-radius: 35px; border: 0px; // height: 60%; width: 50%; @@ -49,7 +49,7 @@ window { } mainbox { - border-radius: 15px; + border-radius: 35px; background-color: @background-color; transparency: "real"; } @@ -58,7 +58,7 @@ inputbar { background-color: @background-alt; text-color: @transparent; expand: false; - border-radius: 26px; + border-radius: 36px; margin: 0px 0px 0px 0px; padding: 10px 10px 10px 10px; position: north;