Calendar Popup Window #182
Replies: 8 comments 15 replies
-
Nice @salahoued here's mine: (depends
|
Beta Was this translation helpful? Give feedback.
-
@01micko |
Beta Was this translation helpful? Give feedback.
-
Looking at this discussion, I decided to try to implement a calendar widget without any dependencies (or additional C code). It's a bit hacky, but seems to work. It currently has it's own module button to make an example easy to try, but will be bound to the clock widget of course. cal.widget:
|
Beta Was this translation helpful? Give feedback.
-
here's my clock now - just added AutoClose cal-clock.widget
clockwidget.mp4 |
Beta Was this translation helpful? Give feedback.
-
I've been looking through the widget but I don't know which part is related to the date, for example how do I make the 11 go on the same line as july 2024? |
Beta Was this translation helpful? Give feedback.
-
Added a style to highlight the current day:And draw a border around the same day in different months:ISSUE: after going back to the current date, the current day isn't highlighted the correct way:Does anyone know of a fix (aside from closing the popup then opening it again :) )Code:
|
Beta Was this translation helpful? Give feedback.
-
Does anyone know if its possible to add days along the top like in the XFCE widget below? |
Beta Was this translation helpful? Give feedback.
-
In case someone is used to sunday first:
|
Beta Was this translation helpful? Give feedback.
-
I have put together a python script to generate a popup calendar:
A custom clock widget $HOME/.config/sfwbar/clock.widget
Python script to generate the calendar $HOME/.config/sfwbar/scripts/sfwbar-calendar.py
Beta Was this translation helpful? Give feedback.
All reactions