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-up: "Control-k";
kb-row-left: "Control-h"; kb-row-left: "Control-h";
kb-row-right: "Control-l"; kb-row-right: "Control-l";
font: "VictorMono Nerd Font 12.0";
timeout { timeout {
delay: 15; delay: 15;
action: "kb-cancel"; action: "kb-cancel";
@ -105,6 +106,7 @@ prompt {
entry { entry {
/* background-color: @transparent; */ /* background-color: @transparent; */
background-color: @base00; background-color: @base00;
color: @base00;
placeholder-color: @base05; placeholder-color: @base05;
text-color: @base05; text-color: @base05;
expand: true; expand: true;
@ -150,7 +152,8 @@ textbox {
} }
listview { listview {
background-color: @transparent; /* background-color: @transparent; */
background-color: @base00;
columns: 1; columns: 1;
spacing: 4px; spacing: 4px;
cycle: false; cycle: false;
@ -211,3 +214,7 @@ element selected.active {
background-color: @background-alt; background-color: @background-alt;
color: @base0A; color: @base0A;
} }
window {
background-color: @base00;
}