aboutsummaryrefslogtreecommitdiff
path: root/modules/home
diff options
context:
space:
mode:
authorCaroline Larimore <caroline@larimo.re>2024-05-12 19:45:21 -0700
committerCaroline Larimore <caroline@larimo.re>2024-05-12 19:45:21 -0700
commit19130a78024185e6c41c3bed349d3ef4ea8fc203 (patch)
treec02672c2e78331104226d881284a2d180cff5b3e /modules/home
parent97351e92636cf52a5dc024b47915251e02b6fd71 (diff)
Change music widget font
Diffstat (limited to 'modules/home')
-rw-r--r--modules/home/eww.nix3
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;
}