make rofi bigger
This commit is contained in:
parent
60d9c2182a
commit
8b096b569a
1 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
||||||
*******************************************************************************/
|
*******************************************************************************/
|
||||||
|
|
||||||
* {
|
* {
|
||||||
font: "Montserrat 12";
|
font: "Montserrat 18";
|
||||||
|
|
||||||
bg0: #242424E6;
|
bg0: #242424E6;
|
||||||
bg1: #7E7E7E80;
|
bg1: #7E7E7E80;
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
text-color: @fg0;
|
text-color: @fg0;
|
||||||
|
|
||||||
margin: 0;
|
margin: 0.1em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
spacing: 0;
|
spacing: 0;
|
||||||
}
|
}
|
||||||
|
|
@ -33,7 +33,7 @@ window {
|
||||||
}
|
}
|
||||||
|
|
||||||
inputbar {
|
inputbar {
|
||||||
font: "Montserrat 20";
|
font: "Montserrat 32";
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
spacing: 12px;
|
spacing: 12px;
|
||||||
children: [ icon-search, entry ];
|
children: [ icon-search, entry ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue