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 {
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;

View File

@@ -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;