trying to update and use a purely config.rasi

This commit is contained in:
Chris Cochrun 2023-11-08 06:23:38 -06:00
parent 5df4c373d6
commit 924905a531

View file

@ -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;
}