adding nix configs
This commit is contained in:
parent
bd0cf6ff9b
commit
3521d5da4b
18 changed files with 408 additions and 21 deletions
|
@ -58,7 +58,7 @@ configuration {
|
|||
}
|
||||
|
||||
window {
|
||||
background-color: @base00t;
|
||||
background-color: @base00;
|
||||
text-color: @base05;
|
||||
/* transparency: "real"; */
|
||||
border-radius: 20px;
|
||||
|
@ -75,19 +75,19 @@ window {
|
|||
mainbox {
|
||||
border-radius: 16;
|
||||
/* background-color: @transparent; */
|
||||
background-color: @base00t;
|
||||
background-color: @base00;
|
||||
text-color: @base05;
|
||||
transparency: "real";
|
||||
}
|
||||
|
||||
inputbar {
|
||||
/* background-color: @transparent; */
|
||||
background-color: @base00t;
|
||||
background-color: @base00;
|
||||
text-color: @base05;
|
||||
expand: false;
|
||||
border-radius: 36px;
|
||||
margin: 0px 0px 0px 0px;
|
||||
padding: 30px 6px 30px 6px;
|
||||
padding: 20px 6px 20px 6px;
|
||||
position: north;
|
||||
}
|
||||
|
||||
|
@ -95,14 +95,15 @@ prompt {
|
|||
enabled: true;
|
||||
padding: 0px 6px 0px 5px;
|
||||
/* background-color: @transparent; */
|
||||
background-color: @base00t;
|
||||
background-color: @base00;
|
||||
text-color: @base05;
|
||||
border: 0px;
|
||||
font: "VictorMono Nerd Font 22.0";
|
||||
}
|
||||
|
||||
entry {
|
||||
/* background-color: @transparent; */
|
||||
background-color: @base00t;
|
||||
background-color: @base00;
|
||||
placeholder-color: @base05;
|
||||
text-color: @base05;
|
||||
expand: true;
|
||||
|
@ -111,6 +112,7 @@ entry {
|
|||
blink: true;
|
||||
border: 0px;
|
||||
padding: 0px 0px 0px 6px;
|
||||
font: "VictorMono Nerd Font 22.0";
|
||||
}
|
||||
|
||||
case-indicator {
|
||||
|
@ -126,7 +128,7 @@ sidebar {
|
|||
|
||||
mainbox {
|
||||
/* background-color: @base00t; */
|
||||
background-color: @base00t;
|
||||
background-color: @base00;
|
||||
text-color: @transparent;
|
||||
children: [ inputbar, listview, message ];
|
||||
spacing: 5px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue