Move rofi centertab theme to center of screen
This commit is contained in:
12
README.org
12
README.org
@@ -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;
|
||||||
|
Submodule hyprland/.config/hypr updated: edcbe0f6fd...fc793e41b1
@@ -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;
|
||||||
|
Reference in New Issue
Block a user