calendar notification
1.0.0
현재 i3 블록 및 폴리 바를 지원합니다
Dunst 알림 데몬을 실행하는 데스크톱에 대한 캘린더 알림.
calendar 스크립트는 바에 의해 트리거 된 마우스 이벤트를 처리 할 책임이 있으며 다음은 유효한 인수입니다.
./calendar curr # current month
./calendar next # increment month
./calendar prev # decrement month 날짜 블록 생성 :
[date]
command = ~/.config/i3blocks/scripts/date.sh
interval = 60 i3blocks 의 내용을 $HOME/.config/i3blocks 로 복사합니다 (마우스 작업을 조정하려면 i3blocks/scripts/date.sh 참조) :
cp -rL i3blocks ~ /.config # -L to dereference the symlink calendar Polybar Config 디렉토리에 복사하십시오. 그런 다음 Polybar 구성에서 click-left , scroll-up 및 scroll-down 작업을 사용하여 스크립트를 호출 할 수 있습니다. 예를 들어:
; add `calendar` to your modules list
[module/calendar]
type = custom/script
label = " ? "
exec = echo Calendar
click-left = ./calendar curr
scroll-up = ./calendar next
scroll-down = ./calendar prev