From 2f17e369400b9c895b3554008ab3efbc76255428 Mon Sep 17 00:00:00 2001 From: Caroline Larimore Date: Thu, 25 Jul 2024 22:52:20 -0700 Subject: roles: home: migrate old home module to roles --- roles/home/desktop/eww/eww.css | 51 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 roles/home/desktop/eww/eww.css (limited to 'roles/home/desktop/eww/eww.css') diff --git a/roles/home/desktop/eww/eww.css b/roles/home/desktop/eww/eww.css new file mode 100644 index 0000000..075beb8 --- /dev/null +++ b/roles/home/desktop/eww/eww.css @@ -0,0 +1,51 @@ +@import "colors.css"; + +window { + color: @fg; + background-color: @bg; + border: 2px solid @bg1; + font-family: monospace, sans-serif; +} + +.main { + margin: 8px; +} + +.left { + margin-top: 8px; +} + +.song-title { + font-size: 17px; + font-weight: bold; +} + +.song-album { + color: @fg2; +} + +.song-artist { + color: @fg2; +} + +.control { + font-size: 24; +} + +button { + color: @fg; + background: @bg; + + border: none; + border-radius: 0; + box-shadow: none; + text-shadow: none; +} + +button:hover { + background: @bg1; +} + +button:active { + background: @bg2; +} \ No newline at end of file -- cgit v1.2.3