tint2, rofi: Clean up configs, move rofi to top

This commit is contained in:
2019-09-06 17:29:26 -05:00
parent 122e68355d
commit 05993cdd85
2 changed files with 6 additions and 272 deletions

View File

@@ -13,7 +13,7 @@ configuration {
modi: "drun,ssh,window";
sidebar-mode: false;
yoffset: -33;
yoffset: 0;
xoffset: 0;
width: 32;
}
@@ -34,15 +34,15 @@ configuration {
}
#window {
location: southwest;
anchor: southwest;
location: north;
anchor: north;
border-color: @border;
background-color: @background-alt;
border: 1px 1px 0px 0px;
border-radius: 0px 3px 0px 0px;
height: 60%;
border: 0px 1px 1px 1px;
border-radius: 0px 0px 3px 3px;
height: 50%;
width: 520px;
}