Update flake

This commit is contained in:
thiloho
2023-06-21 00:40:46 +02:00
parent daaf26d535
commit cdc870d5ac
3 changed files with 9 additions and 7 deletions

View File

@@ -58,6 +58,7 @@
nerdfonts
roboto
jetbrains-mono
open-sans
];
};
@@ -127,10 +128,11 @@
];
style = ''
* {
font-size: 0.875rem;
border: none;
border-radius: 0;
font-family: "JetBrains Mono";
font-family: "Open Sans";
font-weight: 600;
font-size: 0.875rem;
}
window#waybar {