Update
This commit is contained in:
@@ -12,13 +12,13 @@
|
||||
theme = { name = "FlatColor"; };
|
||||
|
||||
iconTheme = {
|
||||
package = pkgs.flat-remix-icon-theme;
|
||||
name = "Flat-Remix-Grey-Darkest";
|
||||
package = pkgs.moka-icon-theme;
|
||||
name = "Moka";
|
||||
};
|
||||
|
||||
font = {
|
||||
name = config.var.theme.font;
|
||||
size = 11;
|
||||
size = config.var.theme.font-size;
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
@@ -61,7 +61,7 @@
|
||||
text = ''
|
||||
Hey <span text_transform="capitalize" size="larger">$USER</span>'';
|
||||
color = "rgb(${config.var.theme.colors.fg})";
|
||||
font_size = 20;
|
||||
font_size = config.var.theme.font-size;
|
||||
font_family = config.var.theme.font;
|
||||
position = "0, 0";
|
||||
halign = "center";
|
||||
@@ -72,7 +72,7 @@
|
||||
monitor = "";
|
||||
text = "Type to unlock!";
|
||||
color = "rgb(${config.var.theme.colors.fg})";
|
||||
font_size = 16;
|
||||
font_size = config.var.theme.font-size;
|
||||
font_family = config.var.theme.font;
|
||||
position = "0, 30";
|
||||
halign = "center";
|
||||
|
||||
@@ -157,7 +157,7 @@
|
||||
else
|
||||
"0"
|
||||
}px;
|
||||
font-size: 13px;
|
||||
font-size: ${toString config.var.theme.waybar.font-size}px;
|
||||
}
|
||||
|
||||
.modules-left, .modules-center, .modules-right {
|
||||
@@ -232,7 +232,7 @@
|
||||
|
||||
#custom-logo {
|
||||
padding-right: 7px;
|
||||
font-size: 15px;
|
||||
font-size: ${toString config.var.theme.waybar.font-size}px;
|
||||
color: #${config.var.theme.colors.accent};
|
||||
}
|
||||
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
* {
|
||||
font-family: "${config.var.theme.font}";
|
||||
font-weight: 500;
|
||||
font-size: 12px;
|
||||
font-size: ${toString config.var.theme.font-size}px;
|
||||
}
|
||||
|
||||
#window {
|
||||
|
||||
Reference in New Issue
Block a user