From 7c614992bb8f37c652d3770e68a690a45ec4402b Mon Sep 17 00:00:00 2001 From: Sam Nystrom Date: Mon, 12 Jan 2026 21:42:08 -0500 Subject: update eww config --- .config/eww/wall.scss | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .config/eww/wall.scss (limited to '.config/eww/wall.scss') 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; +} -- cgit v1.2.3