diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-20 12:03:08 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-20 12:03:08 +0200 |
| commit | 17e73345be3d5d25386db4ad9207bfefb25ce1c3 (patch) | |
| tree | 57b11525cce53ea60c97ca25eb0b03801295fcea /home/rices/finals/eww/configDir/eww.css | |
| parent | e2abac4c7241b783150301b62617c91624195cc8 (diff) | |
Add eww config to display a big clock on the wallpaper
Diffstat (limited to 'home/rices/finals/eww/configDir/eww.css')
| -rw-r--r-- | home/rices/finals/eww/configDir/eww.css | 18 |
1 files changed, 18 insertions, 0 deletions
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); +} |
