Skip to content

Styling

cr3eperall edited this page Aug 31, 2024 · 2 revisions

To view the normal css classes use the gtk debugger(dynisland inspector)

Classes that get added/removed at runtime

Activity Widget

  • activity-widget.in-minimal-mode,
    activity-widget.in-compact-mode,
    activity-widget.in-expanded-mode,
    activity-widget.in-overlay-mode:
    Added when the mode is set, only one is set at a time

  • activity-widget.dragging:
    Added if enable_drag_stretch is enabled and an activity is being dragged, removed when the dragging stops

  • activity-widget <previous mode>.prev, activity-widget <next mode>.next:
    Used when transitioning from a mode to another( can be mode-minimal, mode-compact, mode-expanded or mode-overlay)

Rolling Char

  • rolling-char label.in, rolling-char label.out:
    Added on the old label that is being animated out and the new label that is being animated in

Scrolling Label

  • scrolling-label.active: Added when the internal is large enough to be scrolling, removed when it becomes smaller than max-width
Clone this wiki locally