trying to update and use a purely config.rasi
This commit is contained in:
parent
5df4c373d6
commit
924905a531
|
@ -24,6 +24,7 @@ configuration {
|
|||
kb-row-up: "Control-k";
|
||||
kb-row-left: "Control-h";
|
||||
kb-row-right: "Control-l";
|
||||
font: "VictorMono Nerd Font 12.0";
|
||||
timeout {
|
||||
delay: 15;
|
||||
action: "kb-cancel";
|
||||
|
@ -105,6 +106,7 @@ prompt {
|
|||
entry {
|
||||
/* background-color: @transparent; */
|
||||
background-color: @base00;
|
||||
color: @base00;
|
||||
placeholder-color: @base05;
|
||||
text-color: @base05;
|
||||
expand: true;
|
||||
|
@ -150,7 +152,8 @@ textbox {
|
|||
}
|
||||
|
||||
listview {
|
||||
background-color: @transparent;
|
||||
/* background-color: @transparent; */
|
||||
background-color: @base00;
|
||||
columns: 1;
|
||||
spacing: 4px;
|
||||
cycle: false;
|
||||
|
@ -211,3 +214,7 @@ element selected.active {
|
|||
background-color: @background-alt;
|
||||
color: @base0A;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: @base00;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue