-
Notifications
You must be signed in to change notification settings - Fork 2
Styling
cr3eperall edited this page Aug 31, 2024
·
2 revisions
To view the normal css classes use the gtk debugger(dynisland inspector
)
-
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 ifenable_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 bemode-minimal
,mode-compact
,mode-expanded
ormode-overlay
)
-
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.active
: Added when the internal is large enough to be scrolling, removed when it becomes smaller than max-width