added some scaling for laptop to rofi launcher
This commit is contained in:
parent
8a2c2fdb95
commit
f6218ef248
|
@ -8,7 +8,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
configuration {
|
configuration {
|
||||||
font: "Noto Sans 10";
|
font: "Noto Sans 28";
|
||||||
show-icons: true;
|
show-icons: true;
|
||||||
icon-theme: "Papirus";
|
icon-theme: "Papirus";
|
||||||
display-drun: "⮞";
|
display-drun: "⮞";
|
||||||
|
@ -36,7 +36,7 @@ configuration {
|
||||||
window {
|
window {
|
||||||
background-color: #44444444;
|
background-color: #44444444;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
border-radius: 15px;
|
border-radius: 35px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
// height: 60%;
|
// height: 60%;
|
||||||
width: 50%;
|
width: 50%;
|
||||||
|
@ -49,7 +49,7 @@ window {
|
||||||
}
|
}
|
||||||
|
|
||||||
mainbox {
|
mainbox {
|
||||||
border-radius: 15px;
|
border-radius: 35px;
|
||||||
background-color: @background-color;
|
background-color: @background-color;
|
||||||
transparency: "real";
|
transparency: "real";
|
||||||
}
|
}
|
||||||
|
@ -58,7 +58,7 @@ inputbar {
|
||||||
background-color: @background-alt;
|
background-color: @background-alt;
|
||||||
text-color: @transparent;
|
text-color: @transparent;
|
||||||
expand: false;
|
expand: false;
|
||||||
border-radius: 26px;
|
border-radius: 36px;
|
||||||
margin: 0px 0px 0px 0px;
|
margin: 0px 0px 0px 0px;
|
||||||
padding: 10px 10px 10px 10px;
|
padding: 10px 10px 10px 10px;
|
||||||
position: north;
|
position: north;
|
||||||
|
|
Loading…
Reference in a new issue