1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

feat(dunst): sans serif font

This commit is contained in:
Kierán Meinhardt
2020-04-15 14:56:22 +02:00
parent 752a80fc60
commit 3ca9c87396

View File

@@ -6,7 +6,7 @@ with config.niveum; {
settings = {
global = {
transparency = 10;
font = "Monospace ${toString fonts.size}";
font = "Sans ${toString fonts.size}";
geometry = "200x5-30+20";
frame_color = colours.foreground;
follow = "mouse";