updating a lot of config

This commit is contained in:
Chris Cochrun 2022-05-16 06:11:47 -05:00
parent 1316e09686
commit 8bc16bd6f5
6 changed files with 307 additions and 356 deletions

View file

@ -4,9 +4,9 @@
configuration {
icon-theme: "Papirus";
terminal: "alacritty";
terminal: "konsole";
sidebar-mode: true;
/* run-command: "fish -c {cmd}"; */
run-command: "bash -c {cmd}";
run-list-command: "fish -c functions";
display-drun: " ";
display-run: " ";
@ -15,14 +15,14 @@ configuration {
threads: 0;
scroll-method: 0;
disable-history: false;
kb-accept-entry: "Return";
kb-remove-to-eol: "Control-D";
kb-remove-char-back: "BackSpace";
kb-mode-complete: "Control-M";
kb-accept-entry: "Return";
kb-remove-to-eol: "Control-D";
kb-remove-char-back: "BackSpace";
kb-mode-complete: "Control-M";
kb-row-down: "Control-j";
kb-row-up: "Control-k";
kb-row-left: "Control-h";
kb-row-right: "Control-l";
kb-row-left: "Control-h";
kb-row-right: "Control-l";
timeout {
delay: 15;
action: "kb-cancel";
@ -60,7 +60,7 @@ configuration {
window {
background-color: @base00;
text-color: @base05;
/* transparency: "real"; */
/* transparency: "real"; */
border-radius: 20px;
border: 0px;
width: 60%;
@ -74,14 +74,14 @@ window {
mainbox {
border-radius: 16;
/* background-color: @transparent; */
/* background-color: @transparent; */
background-color: @base00;
text-color: @base05;
transparency: "real";
}
inputbar {
/* background-color: @transparent; */
/* background-color: @transparent; */
background-color: @base00;
text-color: @base05;
expand: false;
@ -94,7 +94,7 @@ inputbar {
prompt {
enabled: true;
padding: 0px 6px 0px 5px;
/* background-color: @transparent; */
/* background-color: @transparent; */
background-color: @base00;
text-color: @base05;
border: 0px;
@ -102,7 +102,7 @@ prompt {
}
entry {
/* background-color: @transparent; */
/* background-color: @transparent; */
background-color: @base00;
placeholder-color: @base05;
text-color: @base05;
@ -127,7 +127,7 @@ sidebar {
}
mainbox {
/* background-color: @base00t; */
/* background-color: @base00t; */
background-color: @base00;
text-color: @transparent;
children: [ inputbar, listview, message ];