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;
|
||||
};
|
||||
font = {
|
||||
normal = { family = "DroidSansM Nerd Font Mono"; style = "Regular"; };
|
||||
size = 11;
|
||||
normal = { family = "NotoSansM Nerd Font Mono"; style = "Regular"; };
|
||||
size = 10;
|
||||
};
|
||||
selection.save_to_clipboard = true;
|
||||
window = {
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
enable = true;
|
||||
settings = {
|
||||
main = {
|
||||
font = "Noto Nerd Font Sans Mono";
|
||||
font = "NotoSansM Nerd Font";
|
||||
icon-theme = "breeze";
|
||||
layer = "overlay";
|
||||
terminal = "${pkgs.alacritty}/bin/alacritty -e";
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
{
|
||||
services.mako = {
|
||||
enable = true;
|
||||
font = "DroidSansM Nerd Font Mono 11";
|
||||
backgroundColor = "#00000080";
|
||||
font = "NotoSansM Nerd Font 10";
|
||||
backgroundColor = "#00000099";
|
||||
textColor = "#FFFFFF";
|
||||
borderRadius = 10;
|
||||
defaultTimeout = 10000;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
* {
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
font-family: "Noto Nerd Font Sans Mono";
|
||||
font-family: "NotoSansM Nerd Font";
|
||||
font-size: 14px;
|
||||
}
|
||||
window#waybar {
|
||||
|
|
Loading…
Reference in a new issue