mirror of
https://github.com/ksyasuda/rice.git
synced 2024-10-28 09:04:10 -07:00
update rofi to be compatible with new config
This commit is contained in:
parent
e37786a9d1
commit
5a3f6f8457
@ -6,5 +6,5 @@ content =
|
||||
content-padding = 3
|
||||
content-background = ${color.shade3}
|
||||
content-foreground = #2878af
|
||||
click-right = ~/SudacodeRice/scripts/menu_full
|
||||
click-left = ~/SudacodeRice/scripts/menu_small
|
||||
click-right = $HOME/SudacodeRice/scripts/menu_full
|
||||
click-left = $HOME/SudacodeRice/scripts/menu_small
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user