From 3c3452c2883d83d0a81fdfe3875ec2547af78d9e Mon Sep 17 00:00:00 2001 From: clarkzjw Date: Fri, 18 Nov 2022 14:14:21 -0800 Subject: i3: center world clock --- dot_config/rofi/worldclock.rasi | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/dot_config/rofi/worldclock.rasi b/dot_config/rofi/worldclock.rasi index 90046a1..c2ee964 100644 --- a/dot_config/rofi/worldclock.rasi +++ b/dot_config/rofi/worldclock.rasi @@ -1,9 +1,5 @@ -/******************************************************* - * ROFI configs i3 powermenu for EndeavourOS - * Maintainer: joekamprad - *******************************************************/ configuration { - font: "Noto Sans Regular 10"; + font: "Noto Sans Regular 20"; show-icons: false; icon-theme: "Qogir"; scroll-method: 0; @@ -18,13 +14,13 @@ window { border: 0; padding: 10; transparency: "real"; - width: 150px; - location: east; + width: 230px; + location: center; /*y-offset: 18;*/ /*x-offset: 850;*/ } listview { - lines: 6; + lines: 5; columns: 1; scrollbar: false; } @@ -92,6 +88,7 @@ button.selected { text-color: @selected-normal-foreground; } inputbar { + enabled: false; spacing: 0; text-color: @normal-foreground; padding: 1px; -- cgit v1.2.3