mirror of
https://github.com/adi1090x/rofi.git
synced 2024-11-22 22:28:21 -05:00
fix missing variable 'border'
This commit is contained in:
parent
7af63b1ffd
commit
7a3283c81f
@ -5,13 +5,13 @@
|
|||||||
* {
|
* {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
font: "Iosevka Nerd Font 12";
|
font: "Iosevka Nerd Font 12";
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
width: 225px;
|
width: 225px;
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
border-color: @accent;
|
border-color: @accent;
|
||||||
location: center;
|
location: center;
|
||||||
@ -19,6 +19,6 @@ window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
expand: true;
|
expand: true;
|
||||||
text-color: @accent;
|
text-color: @accent;
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
configuration {
|
configuration {
|
||||||
show-icons: false;
|
show-icons: false;
|
||||||
disable-history: false;
|
disable-history: false;
|
||||||
sidebar-mode: false;
|
sidebar-mode: false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import "colors.rasi"
|
@import "colors.rasi"
|
||||||
@ -30,7 +30,7 @@ window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
lines: 5;
|
lines: 5;
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
spacing: 8px;
|
spacing: 8px;
|
||||||
cycle: true;
|
cycle: true;
|
||||||
@ -51,9 +51,9 @@ element {
|
|||||||
}
|
}
|
||||||
|
|
||||||
element-text {
|
element-text {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
text-color: inherit;
|
text-color: inherit;
|
||||||
font: "feather 20";
|
font: "feather 20";
|
||||||
expand: true;
|
expand: true;
|
||||||
horizontal-align: 0.5;
|
horizontal-align: 0.5;
|
||||||
vertical-align: 0.5;
|
vertical-align: 0.5;
|
||||||
@ -76,9 +76,9 @@ element alternate.active {
|
|||||||
element selected {
|
element selected {
|
||||||
background-color: @accent;
|
background-color: @accent;
|
||||||
text-color: @background;
|
text-color: @background;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border-color: @border;
|
border-color: @accent;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected.urgent {
|
element selected.urgent {
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
* {
|
* {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
font: "Iosevka Nerd Font 12";
|
font: "Iosevka Nerd Font 12";
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
width: 360px;
|
width: 360px;
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
border-color: @accent;
|
border-color: @accent;
|
||||||
location: center;
|
location: center;
|
||||||
@ -19,6 +19,6 @@ window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
expand: true;
|
expand: true;
|
||||||
text-color: @accent;
|
text-color: @accent;
|
||||||
}
|
}
|
||||||
|
@ -10,7 +10,7 @@
|
|||||||
configuration {
|
configuration {
|
||||||
show-icons: false;
|
show-icons: false;
|
||||||
disable-history: false;
|
disable-history: false;
|
||||||
sidebar-mode: false;
|
sidebar-mode: false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import "colors.rasi"
|
@import "colors.rasi"
|
||||||
@ -30,7 +30,7 @@ window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
lines: 6;
|
lines: 6;
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
spacing: 8px;
|
spacing: 8px;
|
||||||
cycle: true;
|
cycle: true;
|
||||||
@ -51,9 +51,9 @@ element {
|
|||||||
}
|
}
|
||||||
|
|
||||||
element-text {
|
element-text {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
text-color: inherit;
|
text-color: inherit;
|
||||||
font: "feather 20";
|
font: "feather 20";
|
||||||
expand: true;
|
expand: true;
|
||||||
horizontal-align: 0.5;
|
horizontal-align: 0.5;
|
||||||
vertical-align: 0.5;
|
vertical-align: 0.5;
|
||||||
@ -76,9 +76,9 @@ element alternate.active {
|
|||||||
element selected {
|
element selected {
|
||||||
background-color: @accent;
|
background-color: @accent;
|
||||||
text-color: @background;
|
text-color: @background;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border-color: @border;
|
border-color: @accent;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected.urgent {
|
element selected.urgent {
|
||||||
@ -89,4 +89,4 @@ element selected.urgent {
|
|||||||
element selected.active {
|
element selected.active {
|
||||||
background-color: @off;
|
background-color: @off;
|
||||||
color: @background;
|
color: @background;
|
||||||
}
|
}
|
@ -10,7 +10,7 @@
|
|||||||
configuration {
|
configuration {
|
||||||
show-icons: false;
|
show-icons: false;
|
||||||
disable-history: false;
|
disable-history: false;
|
||||||
sidebar-mode: false;
|
sidebar-mode: false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import "colors.rasi"
|
@import "colors.rasi"
|
||||||
@ -30,7 +30,7 @@ window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
lines: 3;
|
lines: 3;
|
||||||
margin: 8px;
|
margin: 8px;
|
||||||
spacing: 8px;
|
spacing: 8px;
|
||||||
cycle: true;
|
cycle: true;
|
||||||
@ -51,9 +51,9 @@ element {
|
|||||||
}
|
}
|
||||||
|
|
||||||
element-text {
|
element-text {
|
||||||
background-color: inherit;
|
background-color: inherit;
|
||||||
text-color: inherit;
|
text-color: inherit;
|
||||||
font: "feather 20";
|
font: "feather 20";
|
||||||
expand: true;
|
expand: true;
|
||||||
horizontal-align: 0.5;
|
horizontal-align: 0.5;
|
||||||
vertical-align: 0.5;
|
vertical-align: 0.5;
|
||||||
@ -76,9 +76,9 @@ element alternate.active {
|
|||||||
element selected {
|
element selected {
|
||||||
background-color: @accent;
|
background-color: @accent;
|
||||||
text-color: @background;
|
text-color: @background;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border-color: @border;
|
border-color: @accent;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected.urgent {
|
element selected.urgent {
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
* {
|
* {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
font: "Comfortaa 12";
|
font: "Comfortaa 12";
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
width: 360px;
|
width: 360px;
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border-color: @accent;
|
border-color: @accent;
|
||||||
location: center;
|
location: center;
|
||||||
@ -19,6 +19,6 @@ window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
expand: true;
|
expand: true;
|
||||||
text-color: @accent;
|
text-color: @accent;
|
||||||
}
|
}
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
* {
|
* {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
font: "Iosevka Nerd Font 12";
|
font: "Iosevka Nerd Font 12";
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
width: 225px;
|
width: 225px;
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
border-color: @accent;
|
border-color: @accent;
|
||||||
location: center;
|
location: center;
|
||||||
@ -19,6 +19,6 @@ window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
expand: true;
|
expand: true;
|
||||||
text-color: @accent;
|
text-color: @accent;
|
||||||
}
|
}
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
configuration {
|
configuration {
|
||||||
disable-history: false;
|
disable-history: false;
|
||||||
fullscreen: false;
|
fullscreen: false;
|
||||||
hide-scrollbar: true;
|
hide-scrollbar: true;
|
||||||
sidebar-mode: false;
|
sidebar-mode: false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import "colors.rasi"
|
@import "colors.rasi"
|
||||||
@ -31,7 +31,7 @@ window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
lines: 5;
|
lines: 5;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
spacing: 5px;
|
spacing: 5px;
|
||||||
cycle: true;
|
cycle: true;
|
||||||
@ -52,7 +52,7 @@ element {
|
|||||||
}
|
}
|
||||||
|
|
||||||
element-text {
|
element-text {
|
||||||
font: "feather 20";
|
font: "feather 20";
|
||||||
expand: true;
|
expand: true;
|
||||||
horizontal-align: 0.5;
|
horizontal-align: 0.5;
|
||||||
vertical-align: 0;
|
vertical-align: 0;
|
||||||
@ -75,9 +75,9 @@ element alternate.active {
|
|||||||
element selected {
|
element selected {
|
||||||
background-color: @accent;
|
background-color: @accent;
|
||||||
text-color: @background;
|
text-color: @background;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border-color: @border;
|
border-color: @accent;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected.urgent {
|
element selected.urgent {
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
* {
|
* {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
font: "Iosevka Nerd Font 12";
|
font: "Iosevka Nerd Font 12";
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
width: 360px;
|
width: 360px;
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
border-color: @accent;
|
border-color: @accent;
|
||||||
location: center;
|
location: center;
|
||||||
@ -19,6 +19,6 @@ window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
expand: true;
|
expand: true;
|
||||||
text-color: @accent;
|
text-color: @accent;
|
||||||
}
|
}
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
configuration {
|
configuration {
|
||||||
disable-history: false;
|
disable-history: false;
|
||||||
fullscreen: false;
|
fullscreen: false;
|
||||||
hide-scrollbar: true;
|
hide-scrollbar: true;
|
||||||
sidebar-mode: false;
|
sidebar-mode: false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import "colors.rasi"
|
@import "colors.rasi"
|
||||||
@ -31,7 +31,7 @@ window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
lines: 6;
|
lines: 6;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
spacing: 5px;
|
spacing: 5px;
|
||||||
cycle: true;
|
cycle: true;
|
||||||
@ -52,7 +52,7 @@ element {
|
|||||||
}
|
}
|
||||||
|
|
||||||
element-text {
|
element-text {
|
||||||
font: "feather 20";
|
font: "feather 20";
|
||||||
expand: true;
|
expand: true;
|
||||||
horizontal-align: 0.5;
|
horizontal-align: 0.5;
|
||||||
vertical-align: 0;
|
vertical-align: 0;
|
||||||
@ -75,9 +75,9 @@ element alternate.active {
|
|||||||
element selected {
|
element selected {
|
||||||
background-color: @accent;
|
background-color: @accent;
|
||||||
text-color: @background;
|
text-color: @background;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border-color: @border;
|
border-color: @accent;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected.urgent {
|
element selected.urgent {
|
||||||
|
@ -10,8 +10,8 @@
|
|||||||
configuration {
|
configuration {
|
||||||
disable-history: false;
|
disable-history: false;
|
||||||
fullscreen: false;
|
fullscreen: false;
|
||||||
hide-scrollbar: true;
|
hide-scrollbar: true;
|
||||||
sidebar-mode: false;
|
sidebar-mode: false;
|
||||||
}
|
}
|
||||||
|
|
||||||
@import "colors.rasi"
|
@import "colors.rasi"
|
||||||
@ -31,7 +31,7 @@ window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
listview {
|
listview {
|
||||||
lines: 3;
|
lines: 3;
|
||||||
margin: 5px;
|
margin: 5px;
|
||||||
spacing: 5px;
|
spacing: 5px;
|
||||||
cycle: true;
|
cycle: true;
|
||||||
@ -52,7 +52,7 @@ element {
|
|||||||
}
|
}
|
||||||
|
|
||||||
element-text {
|
element-text {
|
||||||
font: "feather 20";
|
font: "feather 20";
|
||||||
expand: true;
|
expand: true;
|
||||||
horizontal-align: 0.5;
|
horizontal-align: 0.5;
|
||||||
vertical-align: 0;
|
vertical-align: 0;
|
||||||
@ -75,9 +75,9 @@ element alternate.active {
|
|||||||
element selected {
|
element selected {
|
||||||
background-color: @accent;
|
background-color: @accent;
|
||||||
text-color: @background;
|
text-color: @background;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
border-color: @border;
|
border-color: @accent;
|
||||||
}
|
}
|
||||||
|
|
||||||
element selected.urgent {
|
element selected.urgent {
|
||||||
|
@ -5,13 +5,13 @@
|
|||||||
* {
|
* {
|
||||||
background-color: @background;
|
background-color: @background;
|
||||||
text-color: @foreground;
|
text-color: @foreground;
|
||||||
font: "Comfortaa 12";
|
font: "Comfortaa 12";
|
||||||
}
|
}
|
||||||
|
|
||||||
window {
|
window {
|
||||||
width: 360px;
|
width: 360px;
|
||||||
padding: 25px;
|
padding: 25px;
|
||||||
border: 0px;
|
border: 0px;
|
||||||
border-radius: 0px;
|
border-radius: 0px;
|
||||||
border-color: @accent;
|
border-color: @accent;
|
||||||
location: center;
|
location: center;
|
||||||
@ -19,6 +19,6 @@ window {
|
|||||||
}
|
}
|
||||||
|
|
||||||
entry {
|
entry {
|
||||||
expand: true;
|
expand: true;
|
||||||
text-color: @accent;
|
text-color: @accent;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user