rofi: Reposition, reproportion slightly

This commit is contained in:
Salt 2018-06-21 14:15:27 -05:00
parent 870e90e7f3
commit be1aa9276c

View File

@ -10,8 +10,8 @@ configuration {
modi: "drun,ssh,window"; modi: "drun,ssh,window";
sidebar-mode: true; sidebar-mode: true;
yoffset: -44; yoffset: -4;
xoffset: 6; xoffset: 0;
width: 32; width: 32;
} }
@ -30,20 +30,20 @@ configuration {
} }
#window { #window {
location: southwest; location: north;
anchor: southwest; anchor: north;
orientation: horizontal; orientation: horizontal;
border-color: @background-alt; border-color: @background-alt;
background-color: @background; background-color: @background;
border: 4px; border: 4px;
height: 50%; height: 35%;
width: 520px; width: 520px;
} }
#inputbar { #inputbar {
padding: 8px; padding: 10px;
border: 0px 0px 4px 0px; border: 0px 0px 4px 0px;
border-color: @background-alt; border-color: @background-alt;
} }