diff options
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; +} |
