I got a little crazy here. a lot of laptop poop

This commit is contained in:
Chris Cochrun 2021-09-22 09:58:13 -05:00
parent 263d10c080
commit fab3b36dec
47 changed files with 3726 additions and 189 deletions

View file

@ -3,21 +3,16 @@
configuration {
show-icons: true;
icon-theme: "Papirus";
terminal: "alacritty";
sidebar-mode: true;
run-command: "fish -c {cmd}";
run-list-command: "fish -c functions";
display-drun: " ";
drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>] - {exec}";
threads: 0;
scroll-method: 0;
disable-history: false;
fullscreen: false;
hide-scrollbar: true;
columns: 2;
font: "VictorMono Nerd Font 14.0";
icon-theme: "Papirus";
terminal: "alacritty";
sidebar-mode: true;
run-command: "bash -c {cmd}";
run-list-command: "fish -c functions";
display-drun: " ";
drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>] - {exec}";
threads: 0;
scroll-method: 0;
disable-history: false;
}
* {
@ -44,7 +39,7 @@ configuration {
base0D: #57c7ff;
base0E: #ff6ac1;
base0F: #b2643c;
base00t: #282a36AA;
base00t: #282a3655;
background-alt: @base02;
}
@ -52,7 +47,7 @@ window {
background-color: @base00t;
text-color: @base05;
transparency: "real";
border-radius: 0;
border-radius: 16px;
border: 0px;
width: 60%;
location: center;
@ -81,11 +76,11 @@ inputbar {
}
prompt {
enabled: true;
padding: 0px 6px 0px 5px;
background-color: @transparent;
text-color: @base05;
border: 0px;
enabled: true;
padding: 0px 6px 0px 5px;
background-color: @transparent;
text-color: @base05;
border: 0px;
}
entry {
@ -108,7 +103,7 @@ case-indicator {
}
sidebar {
border: 2px 0 0;
border: 2px 0 0;
}
mainbox {