mirror of
https://github.com/ksyasuda/rice.git
synced 2025-07-31 14:36:10 -07:00
update rofi to be compatible with new config
This commit is contained in:
@@ -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;
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user