This commit is contained in:
ksyasuda
2021-10-25 18:52:55 -07:00
parent 1403358380
commit dfea492d15
10 changed files with 398 additions and 298 deletions

View File

@@ -8,14 +8,13 @@
*/
configuration {
font: "FantasqueSansMono Nerd Font 40";
show-icons: true;
icon-theme: "Papirus";
display-drun: "";
drun-display-format: "{name}";
disable-history: false;
sidebar-mode: false;
markup: true;
font: "FantasqueSansMono Nerd Font 10";
show-icons: true;
icon-theme: "Flattery-Dark";
display-drun: "";
drun-display-format: "{name}";
disable-history: false;
sidebar-mode: false;
}
@import "styles/colors.rasi"

View File

@@ -8,7 +8,7 @@
*/
configuration {
font: "FantasqueSansMono Nerd Font 10";
font: "FantasqueSansMono Nerd Font 8";
show-icons: true;
icon-theme: "Papirus";
display-drun: "";
@@ -35,7 +35,7 @@ prompt {
padding: 0% 1% 0% 0%;
background-color: @background;
text-color: @foreground;
font: "FantasqueSansMono Nerd Font 12";
font: "FantasqueSansMono Nerd Font 10";
}
entry {

View File

@@ -9,4 +9,4 @@
*
*/
@import "Cyan.rasi"
@import "Black.rasi"