[GH-ISSUE #830] Is there a way to theme .popup-clock .calendar #3068

Closed
opened 2026-05-22 23:53:49 +01:00 by JakeStanger · 1 comment
Owner

Originally created by @avc-mbcet on GitHub (Jan 3, 2025).
Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/830

Is there a way to theme GtkCalendar widget's current day, days of the week, month, year etc

Originally created by @avc-mbcet on GitHub (Jan 3, 2025). Original GitHub issue: https://github.com/JakeStanger/ironbar/issues/830 Is there a way to theme GtkCalendar widget's current day, days of the week, month, year etc
JakeStanger 2026-05-22 23:53:49 +01:00
Author
Owner

@JakeStanger commented on GitHub (Jan 3, 2025):

You are able to theme the selected day like so:

.popup-clock .calendar:selected {
    background-color: red;
}

Unfortunately GTK3 does not offer any of the other capabilities, so this will need to either wait for a GTK4 port or a custom calendar widget being developed.

See #244/#255 for more discussion on this.

<!-- gh-comment-id:2569496707 --> @JakeStanger commented on GitHub (Jan 3, 2025): You are able to theme the selected day like so: ```css .popup-clock .calendar:selected { background-color: red; } ``` Unfortunately GTK3 does not offer any of the other capabilities, so this will need to either wait for a GTK4 port or a custom calendar widget being developed. See #244/#255 for more discussion on this.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/ironbar#3068
No description provided.