Calendar for endeavour os i3?

hello everyone :slight_smile:
noob here, iā€™d like to have a small calendar window that pops up when i click on the date time time text in the i3 blocks bar. how do i achieve this, does anyone know? :slight_smile:

You can use this rofi-calender script to accomplish that task. Just make sure the script is executable and make these changes in ~/.config/i3/i3blocks.conf:

[time]
#label=ļ€—
label=ļ³ 
#command=date '+%a %d %b %H:%M:%S'
command=~/.config/i3/scripts/calendar
interval=1
#DATEFMT='+%a %d %b %H:%M:%S'
#HEIGHT=180
#WIDTH=220
Links

https://github.com/vivien/i3blocks-contrib/tree/master/rofi-calendar

Screenshot_20220216_201318