From 602e727a14a0fe5816b02e9f5bfa94f1a3158550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Wed, 8 Jan 2025 00:05:17 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(rofi):=20remove=20vertical-a?= =?UTF-8?q?lignment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixes #39 --- .config/rofi/scripts/powermenu/style.rasi | 2 +- .config/rofi/scripts/screenshot/style.rasi | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/rofi/scripts/powermenu/style.rasi b/.config/rofi/scripts/powermenu/style.rasi index 268a5837..fa2c4142 100644 --- a/.config/rofi/scripts/powermenu/style.rasi +++ b/.config/rofi/scripts/powermenu/style.rasi @@ -156,7 +156,7 @@ element-text { background-color: transparent; text-color: inherit; cursor: inherit; - vertical-align: 0.5; + vertical-align: 0; // NOTE: Change this back to 0.5 once https://github.com/davatorium/rofi/issues/2076 is resolved horizontal-align: 0.5; } diff --git a/.config/rofi/scripts/screenshot/style.rasi b/.config/rofi/scripts/screenshot/style.rasi index e8ea7611..ce0c84af 100644 --- a/.config/rofi/scripts/screenshot/style.rasi +++ b/.config/rofi/scripts/screenshot/style.rasi @@ -156,7 +156,7 @@ element-text { background-color: transparent; text-color: inherit; cursor: inherit; - vertical-align: 0.5; + vertical-align: 0; // NOTE: Change this back to 0.5 once https://github.com/davatorium/rofi/issues/2076 is resolved horizontal-align: 0.5; }