From c84d72d382516c7571f68ba6b13599e6899c3452 Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Fri, 18 Nov 2022 22:43:19 -0800 Subject: i3: update power menu --- dot_config/rofi/powermenu.rasi | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/dot_config/rofi/powermenu.rasi b/dot_config/rofi/powermenu.rasi index a0375a5..c394caa 100644 --- a/dot_config/rofi/powermenu.rasi +++ b/dot_config/rofi/powermenu.rasi @@ -3,7 +3,7 @@ * Maintainer: joekamprad *******************************************************/ configuration { - font: "Noto Sans Regular 10"; + font: "Noto Sans Regular 20"; show-icons: false; icon-theme: "Qogir"; scroll-method: 0; @@ -18,13 +18,13 @@ window { border: 0; padding: 10; transparency: "real"; - width: 120px; - location: east; + width: 200px; + location: center; /*y-offset: 18;*/ /*x-offset: 850;*/ } listview { - lines: 6; + lines: 7; columns: 1; scrollbar: false; } @@ -92,6 +92,7 @@ button.selected { text-color: @selected-normal-foreground; } inputbar { + enabled: false; spacing: 0; text-color: @normal-foreground; padding: 1px; -- cgit v1.2.3