This commit is contained in:
Hadi
2024-06-17 20:08:17 +02:00
parent a703d0816b
commit b49b2d2c60
9 changed files with 19 additions and 16 deletions

View File

@@ -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;
};
};

View File

@@ -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";

View File

@@ -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};
}

View File

@@ -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 {