From 8ff7a22d01bbdb74e452b0ccc4900446878e356a Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Thu, 1 Dec 2022 10:30:53 -0800 Subject: i3: update power profile menu --- dot_config/rofi/power-profiles.rasi | 9 +++++---- dot_config/rofi/worldclock.rasi | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'dot_config/rofi') diff --git a/dot_config/rofi/power-profiles.rasi b/dot_config/rofi/power-profiles.rasi index f81cf72..1b17b3c 100644 --- a/dot_config/rofi/power-profiles.rasi +++ b/dot_config/rofi/power-profiles.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; @@ -21,13 +21,13 @@ window { border: 0; padding: 10; transparency: "real"; - width: 170px; - location: east; + width: 220px; + location: center; /*y-offset: 18;*/ /*x-offset: 850;*/ } listview { - lines: 4; + lines: 3; columns: 1; } element { @@ -94,6 +94,7 @@ button.selected { text-color: @selected-normal-foreground; } inputbar { + enabled: false; spacing: 0; text-color: @normal-foreground; padding: 1px; diff --git a/dot_config/rofi/worldclock.rasi b/dot_config/rofi/worldclock.rasi index c2ee964..2634a18 100644 --- a/dot_config/rofi/worldclock.rasi +++ b/dot_config/rofi/worldclock.rasi @@ -20,7 +20,7 @@ window { /*x-offset: 850;*/ } listview { - lines: 5; + lines: 3; columns: 1; scrollbar: false; } -- cgit v1.2.3