Move rofi centertab theme to center of screen

This commit is contained in:
Sravan Balaji
2025-05-30 07:42:57 -04:00
parent f544ac2832
commit 1a16f07640
3 changed files with 13 additions and 13 deletions

View File

@@ -2188,12 +2188,12 @@ configuration {
} }
window { window {
location: south west; location: center;
anchor: south west; anchor: center;
height: calc(100% - 45px); height: 50%;
width: 700; width: 50%;
x-offset: 10; x-offset: 0;
y-offset: -10; y-offset: 0;
orientation: horizontal; orientation: horizontal;
children: [mainbox]; children: [mainbox];
border: 2; border: 2;

View File

@@ -39,12 +39,12 @@
} }
window { window {
location: south west; location: center;
anchor: south west; anchor: center;
height: calc(100% - 45px); height: 50%;
width: 700; width: 50%;
x-offset: 10; x-offset: 0;
y-offset: -10; y-offset: 0;
orientation: horizontal; orientation: horizontal;
children: [mainbox]; children: [mainbox];
border: 2; border: 2;