mirror of
https://github.com/kmein/niveum
synced 2026-03-19 19:41:08 +01:00
feat(dunst): sans serif font
This commit is contained in:
@@ -6,7 +6,7 @@ with config.niveum; {
|
|||||||
settings = {
|
settings = {
|
||||||
global = {
|
global = {
|
||||||
transparency = 10;
|
transparency = 10;
|
||||||
font = "Monospace ${toString fonts.size}";
|
font = "Sans ${toString fonts.size}";
|
||||||
geometry = "200x5-30+20";
|
geometry = "200x5-30+20";
|
||||||
frame_color = colours.foreground;
|
frame_color = colours.foreground;
|
||||||
follow = "mouse";
|
follow = "mouse";
|
||||||
|
|||||||
Reference in New Issue
Block a user