Merge branch 'master' of github.com:ksyasuda/aniwrapper

This commit is contained in:
ksyasuda 2022-01-23 16:49:57 -08:00
commit d5393598d5
8 changed files with 54 additions and 41 deletions

View File

@ -48,7 +48,6 @@ element {
padding: 4px 0px 4px 7px; padding: 4px 0px 4px 7px;
spacing: 5px; spacing: 5px;
border: 0; border: 0;
cursor: pointer;
margin: 1px 0px; margin: 1px 0px;
border-radius: 6px; border-radius: 6px;
} }
@ -94,19 +93,17 @@ element-text {
background-color: rgba(0, 0, 0, 0%); background-color: rgba(0, 0, 0, 0%);
text-color: inherit; text-color: inherit;
highlight: inherit; highlight: inherit;
cursor: inherit;
} }
element-icon { element-icon {
background-color: rgba(0, 0, 0, 0%); background-color: rgba(0, 0, 0, 0%);
size: 1.0000em; size: 1.0000em;
text-color: inherit; text-color: inherit;
cursor: inherit;
} }
window { window {
padding: 0; padding: 0;
border: 0; border: 0;
background-color: var(background); background-color: var(background);
width: 75%; width: 80%;
border-radius: 12px; border-radius: 12px;
anchor: center; anchor: center;
location: center; location: center;
@ -141,7 +138,6 @@ scrollbar {
button { button {
spacing: 0; spacing: 0;
text-color: var(normal-foreground); text-color: var(normal-foreground);
cursor: pointer;
} }
button selected { button selected {
background-color: var(selected-normal-background); background-color: var(selected-normal-background);
@ -150,7 +146,6 @@ button selected {
entry { entry {
spacing: 0; spacing: 0;
cursor: text;
text-color: var(normal-foreground); text-color: var(normal-foreground);
background-color: var(black); background-color: var(black);
} }

View File

@ -12,7 +12,7 @@
drac-red: #ff5555; drac-red: #ff5555;
drac-yel: #f1fa8c; drac-yel: #f1fa8c;
font: "Jetbrains Mono 14"; font: "Open Sans 12";
foreground: @drac-fgd; foreground: @drac-fgd;
background: @drac-bgd; background: @drac-bgd;
@ -29,10 +29,12 @@
#window { #window {
background-color: @background; background-color: @background;
border: 3; border: 3;
border-radius: 6;
border-color: @bordercolor; border-color: @bordercolor;
padding: 5; padding: 12px;
width: 75%; border-radius: 12px;
width: 80%;
anchor: center;
location: center;
} }
#mainbox { #mainbox {
border: 0; border: 0;
@ -42,19 +44,21 @@
border: 1px dash 0px 0px ; border: 1px dash 0px 0px ;
border-color: @separatorcolor; border-color: @separatorcolor;
padding: 1px ; padding: 1px ;
border: 0;
} }
#textbox { #textbox {
text-color: @foreground; text-color: @foreground;
border: 0;
} }
#listview { #listview {
fixed-height: 0; fixed-height: 0;
border: 2px dash 0px 0px ;
border-color: @bordercolor; border-color: @bordercolor;
spacing: 2px ; spacing: 2px;
scrollbar: false; scrollbar: false;
padding: 2px 0px 0px ; padding: 2px 0px 0px ;
columns: 2; columns: 2;
lines: 15; lines: 15;
border: 0;
} }
#element { #element {
border: 0; border: 0;
@ -75,14 +79,17 @@
#element.selected.normal { #element.selected.normal {
background-color: @selected-background; background-color: @selected-background;
text-color: @foreground; text-color: @foreground;
border-radius: 3px;
} }
#element.selected.urgent { #element.selected.urgent {
background-color: @selected-urgent-background; background-color: @selected-urgent-background;
text-color: @foreground; text-color: @foreground;
border-radius: 3px;
} }
#element.selected.active { #element.selected.active {
background-color: @active-background; background-color: @active-background;
text-color: @foreground; text-color: @foreground;
border-radius: 3px;
} }
#element.alternate.normal { #element.alternate.normal {
background-color: @background; background-color: @background;

View File

@ -21,7 +21,7 @@
active: #005F87; active: #005F87;
transparent: #000000aa; transparent: #000000aa;
spacing: 0em; spacing: 0em;
font: "Iosevka Term Regular 14"; font: "Open Sans 12";
padding: 0px; padding: 0px;
background-color: @grey; background-color: @grey;
line-style: "none"; line-style: "none";
@ -37,10 +37,14 @@ prompt {
} }
window { window {
border-radius: 10px;
background-color: @transparent; background-color: @transparent;
border: 2; border: 2;
padding: 12px;
color: @grey; color: @grey;
border-radius: 12px;
anchor: center;
location: center;
width: 80%;
} }
mainbox { mainbox {
padding: 0px; padding: 0px;
@ -64,6 +68,8 @@ listview {
reverse: false; reverse: false;
color: #000000; color: #000000;
spacing: 0.3em; spacing: 0.3em;
columns: 2;
lines: 12;
} }
scrollbar { scrollbar {
color: @black; color: @black;

View File

@ -6,7 +6,7 @@
configuration { configuration {
sidebar-mode: false; sidebar-mode: false;
font: "Open Sans 11"; font: "Open Sans 12";
} }
* { * {

View File

@ -25,27 +25,26 @@
base0E: #C792EA; base0E: #C792EA;
base0F: #FF5370; base0F: #FF5370;
/*base0D: #00BCD4;*/
spacing: 0; spacing: 0;
background-color: transparent; background-color: transparent;
font: "Roboto Mono 13"; font: "Open Sans 12";
} }
window { window {
transparency: "real"; transparency: "real";
/*fullscreen: true;*/
background-color: #263238CC; /*base00 + CC (80% opacity)*/ background-color: #263238CC; /*base00 + CC (80% opacity)*/
width: 75%; width: 80%;
border-radius: 12px;
anchor: center;
location: center;
} }
mainbox { mainbox {
children: [inputbar, message, mode-switcher, listview]; children: [inputbar, message, mode-switcher, listview];
spacing: 30px; spacing: 30px;
/*margin: 20%;*/
padding: 30px 0; padding: 30px 0;
border: 1px; border: 0;
border-color: @base0D; border-color: @base0D;
} }
@ -74,14 +73,15 @@ case-indicator {
} }
mode-switcher, message { mode-switcher, message {
border: 1px 0;
border-color: @base0D; border-color: @base0D;
border: 0;
} }
button, textbox { button, textbox {
background-color: @base03; background-color: @base03;
text-color: @base07; text-color: @base07;
padding: 5px; padding: 5px;
border: 0;
} }
button selected { button selected {
@ -91,6 +91,9 @@ button selected {
listview { listview {
scrollbar: true; scrollbar: true;
margin: 0 10px 0 30px; margin: 0 10px 0 30px;
lines: 12;
columns: 2;
border: 0;
} }
scrollbar { scrollbar {
@ -105,6 +108,7 @@ scrollbar {
element { element {
padding: 5px; padding: 5px;
highlight: bold underline; highlight: bold underline;
border: 0;
} }
element normal { element normal {
@ -113,7 +117,7 @@ element normal {
element selected { element selected {
background-color: @base0B; background-color: @base0B;
text-color: @base0B; text-color: @base0B;
} }
element alternate { element alternate {
@ -130,7 +134,7 @@ element.normal {
} }
element.selected { element.selected {
background-color: @base03; background-color: @base04;
border: 3px; border: 3px;
border-color: @base0E; border-color: @base0E;
border-radius: 3px; border-radius: 3px;
@ -141,8 +145,7 @@ element normal urgent, element selected urgent, element alternate urgent {
} }
element normal active, element selected active, element alternate active { element normal active, element selected active, element alternate active {
text-color: @base07; text-color: @base07;
/* background-color: @base04; */ /* background-color: @base04; */
background-color: @base0D; background-color: @base0D;
} }

View File

@ -48,7 +48,6 @@ element {
padding: 4px 0px 4px 7px; padding: 4px 0px 4px 7px;
spacing: 5px; spacing: 5px;
border: 0; border: 0;
cursor: pointer;
margin: 1px 0px; margin: 1px 0px;
border-radius: 6px; border-radius: 6px;
} }
@ -92,20 +91,20 @@ element-text {
background-color: rgba(0, 0, 0, 0%); background-color: rgba(0, 0, 0, 0%);
text-color: inherit; text-color: inherit;
highlight: inherit; highlight: inherit;
cursor: inherit;
} }
element-icon { element-icon {
background-color: rgba(0, 0, 0, 0%); background-color: rgba(0, 0, 0, 0%);
size: 1.0000em; size: 1.0000em;
text-color: inherit; text-color: inherit;
cursor: inherit;
} }
window { window {
padding: 0; padding: 0;
border: 0; border: 0;
background-color: var(background); background-color: var(background);
width: 60%; width: 80%;
border-radius: 12px; border-radius: 12px;
anchor: center;
location: center;
} }
mainbox { mainbox {
padding: 0; padding: 0;
@ -113,9 +112,11 @@ mainbox {
} }
message { message {
margin: 0px 7px; margin: 0px 7px;
border: 0;
} }
textbox { textbox {
text-color: var(foreground); text-color: var(foreground);
border: 0;
} }
listview { listview {
margin: 0px 0px 5px; margin: 0px 0px 5px;
@ -123,6 +124,7 @@ listview {
spacing: 2px; spacing: 2px;
fixed-height: 0; fixed-height: 0;
columns: 2; columns: 2;
border: 0;
} }
scrollbar { scrollbar {
padding: 0; padding: 0;
@ -133,7 +135,6 @@ scrollbar {
button { button {
spacing: 0; spacing: 0;
text-color: var(normal-foreground); text-color: var(normal-foreground);
cursor: pointer;
} }
button selected { button selected {
background-color: var(selected-normal-background); background-color: var(selected-normal-background);
@ -142,7 +143,6 @@ button selected {
entry { entry {
spacing: 0; spacing: 0;
cursor: text;
text-color: var(normal-foreground); text-color: var(normal-foreground);
background-color: var(nord3); background-color: var(nord3);
} }

View File

@ -27,7 +27,7 @@
spacing: 0; spacing: 0;
background-color: transparent; background-color: transparent;
font: "Knack Nerd Font 14"; font: "Open Sans 12";
text-color: @text; text-color: @text;
} }
@ -35,11 +35,14 @@ window {
transparency: "real"; transparency: "real";
fullscreen: false; fullscreen: false;
background-color: #282c34dd; background-color: #282c34dd;
width: 75%; width: 80%;
border-radius: 12px;
anchor: center;
location: center;
} }
mainbox { mainbox {
padding: 5%; padding: 4%;
} }
inputbar { inputbar {

View File

@ -1,5 +1,5 @@
configuration { configuration {
font: "Open Sans 11"; font: "Open Sans 12";
display-drun: "Dmenu"; display-drun: "Dmenu";
scroll-method: 0; scroll-method: 0;
disable-history: false; disable-history: false;
@ -10,7 +10,6 @@ configuration {
* { * {
selected-normal-foreground: rgba ( 255, 147, 5, 100 % ); selected-normal-foreground: rgba ( 255, 147, 5, 100 % );
selected-normal-foreground: rgba ( 255, 147, 5, 100 % ); selected-normal-foreground: rgba ( 255, 147, 5, 100 % );
/* foreground: rgba ( 196, 203, 212, 100 % ); */
foreground: #ecbe7b; foreground: #ecbe7b;
normal-foreground: @foreground; normal-foreground: @foreground;
alternate-normal-background: rgba ( 45, 48, 59, 1 % ); alternate-normal-background: rgba ( 45, 48, 59, 1 % );
@ -47,12 +46,12 @@ configuration {
window { window {
background-color: @background; background-color: @background;
border: 5px; border: 5px;
border-radius: 7px;
border-color: #2C4762; border-color: #2C4762;
anchor: center;
location: center;
padding: 25; padding: 25;
width: 80%; width: 80%;
border-radius: 12px;
anchor: center;
location: center;
} }
listview { listview {
lines: 12; lines: 12;