mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 10:33:55 -05:00
hyprland: changed all fonts to NotoSansM Nerd Fonts
This commit is contained in:
parent
f4ccd95637
commit
a4d138deef
|
@ -12,8 +12,8 @@
|
||||||
draw_bold_text_with_bright_colors = true;
|
draw_bold_text_with_bright_colors = true;
|
||||||
};
|
};
|
||||||
font = {
|
font = {
|
||||||
normal = { family = "DroidSansM Nerd Font Mono"; style = "Regular"; };
|
normal = { family = "NotoSansM Nerd Font Mono"; style = "Regular"; };
|
||||||
size = 11;
|
size = 10;
|
||||||
};
|
};
|
||||||
selection.save_to_clipboard = true;
|
selection.save_to_clipboard = true;
|
||||||
window = {
|
window = {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
main = {
|
main = {
|
||||||
font = "Noto Nerd Font Sans Mono";
|
font = "NotoSansM Nerd Font";
|
||||||
icon-theme = "breeze";
|
icon-theme = "breeze";
|
||||||
layer = "overlay";
|
layer = "overlay";
|
||||||
terminal = "${pkgs.alacritty}/bin/alacritty -e";
|
terminal = "${pkgs.alacritty}/bin/alacritty -e";
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
{
|
{
|
||||||
services.mako = {
|
services.mako = {
|
||||||
enable = true;
|
enable = true;
|
||||||
font = "DroidSansM Nerd Font Mono 11";
|
font = "NotoSansM Nerd Font 10";
|
||||||
backgroundColor = "#00000080";
|
backgroundColor = "#00000099";
|
||||||
textColor = "#FFFFFF";
|
textColor = "#FFFFFF";
|
||||||
borderRadius = 10;
|
borderRadius = 10;
|
||||||
defaultTimeout = 10000;
|
defaultTimeout = 10000;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
* {
|
* {
|
||||||
border: none;
|
border: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
font-family: "Noto Nerd Font Sans Mono";
|
font-family: "NotoSansM Nerd Font";
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
window#waybar {
|
window#waybar {
|
||||||
|
|
Loading…
Reference in a new issue