gasshhhhhh
This commit is contained in:
parent
2a82a20068
commit
6a1ef25bc9
11 changed files with 473 additions and 485 deletions
|
@ -4,15 +4,15 @@
|
|||
|
||||
configuration {
|
||||
icon-theme: "Papirus";
|
||||
terminal: "konsole";
|
||||
terminal: "alacritty";
|
||||
sidebar-mode: true;
|
||||
run-command: "bash -c {cmd}";
|
||||
run-list-command: "fish -c functions";
|
||||
display-drun: " ";
|
||||
display-run: " ";
|
||||
display-drun: "";
|
||||
display-run: "";
|
||||
display-window: " ";
|
||||
display-combi: " ";
|
||||
drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";/* - {exec}*/
|
||||
/* drun-display-format: "{name} [<span weight='light' size='small'><i>({generic})</i></span>]";/\* - {exec}*\/ */
|
||||
threads: 0;
|
||||
scroll-method: 0;
|
||||
disable-history: false;
|
||||
|
@ -25,6 +25,7 @@ configuration {
|
|||
kb-row-left: "Control-h";
|
||||
kb-row-right: "Control-l";
|
||||
font: "VictorMono Nerd Font 12.0";
|
||||
show-icons: true;
|
||||
timeout {
|
||||
delay: 15;
|
||||
action: "kb-cancel";
|
||||
|
@ -33,8 +34,8 @@ configuration {
|
|||
|
||||
* {
|
||||
backgrounkd: #12121222;
|
||||
background-color: #00222b33;
|
||||
background-entry: #000000;
|
||||
background-color: #282a36;
|
||||
background-entry: #282a36;
|
||||
foreground-selected: #ffffff;
|
||||
urgent: #E91E63;
|
||||
urgent-selected: #E91E63;
|
||||
|
@ -93,6 +94,10 @@ inputbar {
|
|||
position: north;
|
||||
}
|
||||
|
||||
textbox-prompt-colon {
|
||||
str: "";
|
||||
}
|
||||
|
||||
prompt {
|
||||
enabled: true;
|
||||
padding: 0px 6px 0px 5px;
|
||||
|
@ -149,6 +154,7 @@ textbox {
|
|||
text-color: @base0B;
|
||||
background-color: @transparent;
|
||||
padding: 10px 90px 10px 90px;
|
||||
placeholder: "";
|
||||
}
|
||||
|
||||
listview {
|
||||
|
@ -166,7 +172,7 @@ listview {
|
|||
}
|
||||
|
||||
element {
|
||||
background-color: @transparent;
|
||||
background-color: @base00;
|
||||
text-color: @base05;
|
||||
orientation: horizontal;
|
||||
border-radius: 55px;
|
||||
|
@ -180,13 +186,6 @@ element-icon {
|
|||
padding: 0px 0px 0px;
|
||||
}
|
||||
|
||||
element-text {
|
||||
expand: true;
|
||||
background-color: @transparent;
|
||||
text-color: @base05;
|
||||
vertical-align: 0.5;
|
||||
}
|
||||
|
||||
element normal.urgent,
|
||||
element alternate.urgent {
|
||||
background-color: @urgent;
|
||||
|
@ -194,15 +193,21 @@ element alternate.urgent {
|
|||
border-radius: 9px;
|
||||
}
|
||||
|
||||
element normal.active,
|
||||
element normal.normal,
|
||||
element normal.active {
|
||||
background-color: @base00;
|
||||
text-color: @base05;
|
||||
}
|
||||
element alternate.normal,
|
||||
element alternate.active {
|
||||
background-color: @background-alt;
|
||||
text-color: @base0B;
|
||||
background-color: @base00;
|
||||
text-color: @base05;
|
||||
}
|
||||
|
||||
element selected {
|
||||
background-color: @background-alt;
|
||||
text-color: @base0A;
|
||||
element selected,
|
||||
element selected normal {
|
||||
background-color: @base0B;
|
||||
text-color: @base00;
|
||||
}
|
||||
|
||||
element selected.urgent {
|
||||
|
@ -211,10 +216,6 @@ element selected.urgent {
|
|||
}
|
||||
|
||||
element selected.active {
|
||||
background-color: @background-alt;
|
||||
color: @base0A;
|
||||
}
|
||||
|
||||
window {
|
||||
background-color: @base00;
|
||||
background-color: @base0B;
|
||||
color: @base00;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue