update rofi to be compatible with new config

This commit is contained in:
ksyasuda
2021-09-05 15:16:10 -07:00
parent e37786a9d1
commit 5a3f6f8457
3 changed files with 8 additions and 8 deletions

View File

@@ -5,14 +5,14 @@
* {
background-color: @background;
text-color: @foreground;
font: "FantasqueSansMono Nerd Font 12";
font: "FantasqueSansMono Nerd Font 42";
}
window {
width: 225px;
width: 20%;
padding: 25px;
border: 1px;
border-radius: 0px;
border-radius: 10px;
border-color: @border;
location: center;
y-offset: -2em;

View File

@@ -5,14 +5,14 @@
* {
background-color: @background;
text-color: @foreground;
font: "FantasqueSansMono Nerd Font 12";
font: "FantasqueSansMono Nerd Font 35";
}
window {
width: 360px;
width: 28%;
padding: 25px;
border: 1px;
border-radius: 0px;
border-radius: 10px;
border-color: @border;
location: center;
y-offset: -2em;