From 1a16f0764083829533e0d1ed5f9c8d4b8aa83cb8 Mon Sep 17 00:00:00 2001 From: Sravan Balaji Date: Fri, 30 May 2025 07:42:57 -0400 Subject: [PATCH] Move rofi centertab theme to center of screen --- README.org | 12 ++++++------ hyprland/.config/hypr | 2 +- rofi/.config/rofi/themes/centertab-dracula.rasi | 12 ++++++------ 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/README.org b/README.org index cb209c1..8bb0d2d 100644 --- a/README.org +++ b/README.org @@ -2188,12 +2188,12 @@ configuration { } window { - location: south west; - anchor: south west; - height: calc(100% - 45px); - width: 700; - x-offset: 10; - y-offset: -10; + location: center; + anchor: center; + height: 50%; + width: 50%; + x-offset: 0; + y-offset: 0; orientation: horizontal; children: [mainbox]; border: 2; diff --git a/hyprland/.config/hypr b/hyprland/.config/hypr index edcbe0f..fc793e4 160000 --- a/hyprland/.config/hypr +++ b/hyprland/.config/hypr @@ -1 +1 @@ -Subproject commit edcbe0f6fd4711a08460dcb7a754ecbe243edf13 +Subproject commit fc793e41b15cbe7c8b57f3cda0d57e925e4e4eac diff --git a/rofi/.config/rofi/themes/centertab-dracula.rasi b/rofi/.config/rofi/themes/centertab-dracula.rasi index d185261..a2ddc0b 100644 --- a/rofi/.config/rofi/themes/centertab-dracula.rasi +++ b/rofi/.config/rofi/themes/centertab-dracula.rasi @@ -39,12 +39,12 @@ } window { - location: south west; - anchor: south west; - height: calc(100% - 45px); - width: 700; - x-offset: 10; - y-offset: -10; + location: center; + anchor: center; + height: 50%; + width: 50%; + x-offset: 0; + y-offset: 0; orientation: horizontal; children: [mainbox]; border: 2;