diff options
| author | Raul Benencia <id@rbenencia.name> | 2026-04-13 08:11:52 -0700 |
|---|---|---|
| committer | Raul Benencia <id@rbenencia.name> | 2026-04-13 08:34:32 -0700 |
| commit | 90c1704f870aaafac7fb181e954b29740b39f7d1 (patch) | |
| tree | a2576d55271c33743a1d6ab7f6fb36b2ed733b3a /.local/share/gnome-shell/extensions/org-agenda-indicator@rbenencia.name/stylesheet.css | |
| parent | 45332a3aa41d4f7155d7816cea56bed5d04624af (diff) | |
Initial version of org-agenda-shell. Alpha.
Diffstat (limited to '.local/share/gnome-shell/extensions/org-agenda-indicator@rbenencia.name/stylesheet.css')
| -rw-r--r-- | .local/share/gnome-shell/extensions/org-agenda-indicator@rbenencia.name/stylesheet.css | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/.local/share/gnome-shell/extensions/org-agenda-indicator@rbenencia.name/stylesheet.css b/.local/share/gnome-shell/extensions/org-agenda-indicator@rbenencia.name/stylesheet.css new file mode 100644 index 0000000..ed690bb --- /dev/null +++ b/.local/share/gnome-shell/extensions/org-agenda-indicator@rbenencia.name/stylesheet.css @@ -0,0 +1,38 @@ +#org-agenda-indicator-label { + margin: 0 6px; + max-width: 24em; +} + +.org-agenda-indicator-overdue { + font-weight: 600; +} + +.org-agenda-indicator-section { + padding: 6px 12px 2px; +} + +.org-agenda-indicator-section-label { + font-size: 0.82em; + font-weight: 700; + letter-spacing: 0.06em; + opacity: 0.7; + text-transform: uppercase; +} + +.org-agenda-indicator-row { + min-width: 22em; + padding: 3px 0; +} + +.org-agenda-indicator-row-title { + font-weight: 600; +} + +.org-agenda-indicator-row-meta { + font-size: 0.9em; + opacity: 0.75; +} + +.org-agenda-indicator-row-title.org-agenda-indicator-overdue { + color: #d97706; +} |
