diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2026-01-12 21:42:08 -0500 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2026-01-12 21:42:08 -0500 |
| commit | 7c614992bb8f37c652d3770e68a690a45ec4402b (patch) | |
| tree | 3c57cb55e0e4d9390a428e9c3ebb07b2a9b3cf5c /.config/eww/wall.scss | |
| parent | 23b11c67aa806462f7dcac464c05a190f7dd3d52 (diff) | |
update eww config
Diffstat (limited to '.config/eww/wall.scss')
| -rw-r--r-- | .config/eww/wall.scss | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/.config/eww/wall.scss b/.config/eww/wall.scss new file mode 100644 index 0000000..4ab994a --- /dev/null +++ b/.config/eww/wall.scss @@ -0,0 +1,26 @@ +.wall { + margin: 96px 32px; + color: $bg; + font-size: 2rem; + font-family: Poppins; +} + +.time { + font-size: 7rem; + font-weight: 800; +} + +.date { + font-weight: 300; +} + +.sysmon { + font-size: 1.75rem; + font-weight: bold; + margin-top: 48px; + margin-bottom: 12px; +} + +.sysmon-item { + font-weight: 400; +} |
