hello everyone
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?
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