diff options
| author | Caroline Larimore <caroline@larimo.re> | 2024-05-12 19:45:21 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2024-05-12 19:45:21 -0700 |
| commit | 19130a78024185e6c41c3bed349d3ef4ea8fc203 (patch) | |
| tree | c02672c2e78331104226d881284a2d180cff5b3e | |
| parent | 97351e92636cf52a5dc024b47915251e02b6fd71 (diff) | |
Change music widget font
| -rw-r--r-- | modules/home/eww.nix | 3 |
1 files changed, 2 insertions, 1 deletions
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; } |