From 17e73345be3d5d25386db4ad9207bfefb25ce1c3 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Mon, 20 Apr 2026 12:03:08 +0200 Subject: Add eww config to display a big clock on the wallpaper --- home/rices/finals/eww/configDir/eww.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 home/rices/finals/eww/configDir/eww.css (limited to 'home/rices/finals/eww/configDir/eww.css') diff --git a/home/rices/finals/eww/configDir/eww.css b/home/rices/finals/eww/configDir/eww.css new file mode 100644 index 0000000..a2d71be --- /dev/null +++ b/home/rices/finals/eww/configDir/eww.css @@ -0,0 +1,18 @@ +.clock-container { + background-color: transparent; +} + +.clock-time { + font-size: 72px; + font-weight: bold; + font-family: "FiraCode Nerd Font"; + color: #ebdbb2; + text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6); +} + +.clock-date { + font-size: 20px; + font-family: "Inter"; + color: #a89984; + text-shadow: 0 1px 4px rgba(0, 0, 0, 0.5); +} -- cgit v1.2.3