From 19130a78024185e6c41c3bed349d3ef4ea8fc203 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Sun, 12 May 2024 19:45:21 -0700 Subject: Change music widget font --- modules/home/eww.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules') diff --git a/modules/home/eww.nix b/modules/home/eww.nix index 0e6d00f..c06dedc 100644 --- a/modules/home/eww.nix +++ b/modules/home/eww.nix @@ -61,6 +61,7 @@ color: @fg; background-color: @bg; border: 2px solid @bg1; + font-family: monospace, sans-serif; } .main { @@ -72,7 +73,7 @@ } .song-title { - font-size: 16px; + font-size: 17px; font-weight: bold; } -- cgit v1.2.3