fix missing variable 'border'

This commit is contained in:
Glitchy Crafting 2022-07-07 20:03:36 -05:00
parent 7af63b1ffd
commit 7a3283c81f
12 changed files with 76 additions and 76 deletions

View File

@ -5,13 +5,13 @@
* {
background-color: @background;
text-color: @foreground;
font: "Iosevka Nerd Font 12";
font: "Iosevka Nerd Font 12";
}
window {
width: 225px;
padding: 25px;
border: 0px;
width: 225px;
padding: 25px;
border: 0px;
border-radius: 12px;
border-color: @accent;
location: center;
@ -19,6 +19,6 @@ window {
}
entry {
expand: true;
text-color: @accent;
expand: true;
text-color: @accent;
}

View File

@ -10,7 +10,7 @@
configuration {
show-icons: false;
disable-history: false;
sidebar-mode: false;
sidebar-mode: false;
}
@import "colors.rasi"
@ -30,7 +30,7 @@ window {
}
listview {
lines: 5;
lines: 5;
margin: 8px;
spacing: 8px;
cycle: true;
@ -51,9 +51,9 @@ element {
}
element-text {
background-color: inherit;
text-color: inherit;
font: "feather 20";
background-color: inherit;
text-color: inherit;
font: "feather 20";
expand: true;
horizontal-align: 0.5;
vertical-align: 0.5;
@ -76,9 +76,9 @@ element alternate.active {
element selected {
background-color: @accent;
text-color: @background;
border: 0px;
border: 0px;
border-radius: 10px;
border-color: @border;
border-color: @accent;
}
element selected.urgent {

View File

@ -5,13 +5,13 @@
* {
background-color: @background;
text-color: @foreground;
font: "Iosevka Nerd Font 12";
font: "Iosevka Nerd Font 12";
}
window {
width: 360px;
padding: 25px;
border: 0px;
width: 360px;
padding: 25px;
border: 0px;
border-radius: 12px;
border-color: @accent;
location: center;
@ -19,6 +19,6 @@ window {
}
entry {
expand: true;
text-color: @accent;
expand: true;
text-color: @accent;
}

View File

@ -10,7 +10,7 @@
configuration {
show-icons: false;
disable-history: false;
sidebar-mode: false;
sidebar-mode: false;
}
@import "colors.rasi"
@ -30,7 +30,7 @@ window {
}
listview {
lines: 6;
lines: 6;
margin: 8px;
spacing: 8px;
cycle: true;
@ -51,9 +51,9 @@ element {
}
element-text {
background-color: inherit;
text-color: inherit;
font: "feather 20";
background-color: inherit;
text-color: inherit;
font: "feather 20";
expand: true;
horizontal-align: 0.5;
vertical-align: 0.5;
@ -76,9 +76,9 @@ element alternate.active {
element selected {
background-color: @accent;
text-color: @background;
border: 0px;
border: 0px;
border-radius: 10px;
border-color: @border;
border-color: @accent;
}
element selected.urgent {
@ -89,4 +89,4 @@ element selected.urgent {
element selected.active {
background-color: @off;
color: @background;
}
}

View File

@ -10,7 +10,7 @@
configuration {
show-icons: false;
disable-history: false;
sidebar-mode: false;
sidebar-mode: false;
}
@import "colors.rasi"
@ -30,7 +30,7 @@ window {
}
listview {
lines: 3;
lines: 3;
margin: 8px;
spacing: 8px;
cycle: true;
@ -51,9 +51,9 @@ element {
}
element-text {
background-color: inherit;
text-color: inherit;
font: "feather 20";
background-color: inherit;
text-color: inherit;
font: "feather 20";
expand: true;
horizontal-align: 0.5;
vertical-align: 0.5;
@ -76,9 +76,9 @@ element alternate.active {
element selected {
background-color: @accent;
text-color: @background;
border: 0px;
border: 0px;
border-radius: 10px;
border-color: @border;
border-color: @accent;
}
element selected.urgent {

View File

@ -5,13 +5,13 @@
* {
background-color: @background;
text-color: @foreground;
font: "Comfortaa 12";
font: "Comfortaa 12";
}
window {
width: 360px;
padding: 25px;
border: 0px;
width: 360px;
padding: 25px;
border: 0px;
border-radius: 0px;
border-color: @accent;
location: center;
@ -19,6 +19,6 @@ window {
}
entry {
expand: true;
text-color: @accent;
expand: true;
text-color: @accent;
}

View File

@ -5,13 +5,13 @@
* {
background-color: @background;
text-color: @foreground;
font: "Iosevka Nerd Font 12";
font: "Iosevka Nerd Font 12";
}
window {
width: 225px;
padding: 25px;
border: 0px;
width: 225px;
padding: 25px;
border: 0px;
border-radius: 12px;
border-color: @accent;
location: center;
@ -19,6 +19,6 @@ window {
}
entry {
expand: true;
text-color: @accent;
expand: true;
text-color: @accent;
}

View File

@ -10,8 +10,8 @@
configuration {
disable-history: false;
fullscreen: false;
hide-scrollbar: true;
sidebar-mode: false;
hide-scrollbar: true;
sidebar-mode: false;
}
@import "colors.rasi"
@ -31,7 +31,7 @@ window {
}
listview {
lines: 5;
lines: 5;
margin: 5px;
spacing: 5px;
cycle: true;
@ -52,7 +52,7 @@ element {
}
element-text {
font: "feather 20";
font: "feather 20";
expand: true;
horizontal-align: 0.5;
vertical-align: 0;
@ -75,9 +75,9 @@ element alternate.active {
element selected {
background-color: @accent;
text-color: @background;
border: 0px;
border: 0px;
border-radius: 10px;
border-color: @border;
border-color: @accent;
}
element selected.urgent {

View File

@ -5,13 +5,13 @@
* {
background-color: @background;
text-color: @foreground;
font: "Iosevka Nerd Font 12";
font: "Iosevka Nerd Font 12";
}
window {
width: 360px;
padding: 25px;
border: 0px;
width: 360px;
padding: 25px;
border: 0px;
border-radius: 12px;
border-color: @accent;
location: center;
@ -19,6 +19,6 @@ window {
}
entry {
expand: true;
text-color: @accent;
expand: true;
text-color: @accent;
}

View File

@ -10,8 +10,8 @@
configuration {
disable-history: false;
fullscreen: false;
hide-scrollbar: true;
sidebar-mode: false;
hide-scrollbar: true;
sidebar-mode: false;
}
@import "colors.rasi"
@ -31,7 +31,7 @@ window {
}
listview {
lines: 6;
lines: 6;
margin: 5px;
spacing: 5px;
cycle: true;
@ -52,7 +52,7 @@ element {
}
element-text {
font: "feather 20";
font: "feather 20";
expand: true;
horizontal-align: 0.5;
vertical-align: 0;
@ -75,9 +75,9 @@ element alternate.active {
element selected {
background-color: @accent;
text-color: @background;
border: 0px;
border: 0px;
border-radius: 10px;
border-color: @border;
border-color: @accent;
}
element selected.urgent {

View File

@ -10,8 +10,8 @@
configuration {
disable-history: false;
fullscreen: false;
hide-scrollbar: true;
sidebar-mode: false;
hide-scrollbar: true;
sidebar-mode: false;
}
@import "colors.rasi"
@ -31,7 +31,7 @@ window {
}
listview {
lines: 3;
lines: 3;
margin: 5px;
spacing: 5px;
cycle: true;
@ -52,7 +52,7 @@ element {
}
element-text {
font: "feather 20";
font: "feather 20";
expand: true;
horizontal-align: 0.5;
vertical-align: 0;
@ -75,9 +75,9 @@ element alternate.active {
element selected {
background-color: @accent;
text-color: @background;
border: 0px;
border: 0px;
border-radius: 10px;
border-color: @border;
border-color: @accent;
}
element selected.urgent {

View File

@ -5,13 +5,13 @@
* {
background-color: @background;
text-color: @foreground;
font: "Comfortaa 12";
font: "Comfortaa 12";
}
window {
width: 360px;
padding: 25px;
border: 0px;
width: 360px;
padding: 25px;
border: 0px;
border-radius: 0px;
border-color: @accent;
location: center;
@ -19,6 +19,6 @@ window {
}
entry {
expand: true;
text-color: @accent;
expand: true;
text-color: @accent;
}