{"id":14235735,"url":"https://github.com/chebro/calendar-notification","last_synced_at":"2025-10-30T11:31:41.368Z","repository":{"id":48635389,"uuid":"385958367","full_name":"chebro/calendar-notification","owner":"chebro","description":"calendar notification for linux desktops using dunst","archived":false,"fork":false,"pushed_at":"2021-11-16T21:08:24.000Z","size":125,"stargazers_count":80,"open_issues_count":1,"forks_count":6,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-02T08:11:51.827Z","etag":null,"topics":["dunst","hacktoberfest","i3blocks","linux-desktop","polybar"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chebro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-07-14T13:54:21.000Z","updated_at":"2025-01-02T07:25:04.000Z","dependencies_parsed_at":"2022-09-03T10:20:24.328Z","dependency_job_id":null,"html_url":"https://github.com/chebro/calendar-notification","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chebro%2Fcalendar-notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chebro%2Fcalendar-notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chebro%2Fcalendar-notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chebro%2Fcalendar-notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chebro","download_url":"https://codeload.github.com/chebro/calendar-notification/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238960489,"owners_count":19559279,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dunst","hacktoberfest","i3blocks","linux-desktop","polybar"],"created_at":"2024-08-20T21:02:18.573Z","updated_at":"2025-10-30T11:31:40.919Z","avatar_url":"https://github.com/chebro.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Calendar Notification\n\n\u003cimg src=\"https://raw.githubusercontent.com/chebro/calendar-notification/master/assets/demo.gif\" alt=\"demo\" align=\"right\"\u003e\n\n\u003e _currently supports i3blocks and polybar_\n\nCalendar notifications for desktops running the dunst notification daemon.\n\n## Dependencies\n\n- [dunst notification daemon](https://github.com/dunst-project/dunst)\n- [i3blocks](https://github.com/vivien/i3blocks) or [polybar](https://github.com/polybar/polybar)\n- [cal](\u003chttps://en.m.wikipedia.org/wiki/Cal_(command)\u003e)\n\n## Actions\n\nThe `calendar` script is responsible for handling mouse events triggered by your bar, following are valid arguments:\n\n```sh\n./calendar curr # current month\n./calendar next # increment month\n./calendar prev # decrement month\n```\n\n## i3blocks\n\nCreate a date block:\n\n```ini\n[date]\ncommand = ~/.config/i3blocks/scripts/date.sh\ninterval = 60\n```\n\nCopy the contents of `i3blocks` to `$HOME/.config/i3blocks` (to tweak the mouse actions see `i3blocks/scripts/date.sh`):\n\n```bash\ncp -rL i3blocks ~/.config # -L to dereference the symlink\n```\n\n## polybar\n\nCopy `calendar` to your polybar config directory. Then, in your polybar config, you can use `click-left`, `scroll-up` and `scroll-down` actions to invoke the script. For example:\n\n```ini\n; add `calendar` to your modules list\n[module/calendar]\ntype = custom/script\nlabel = \"󰃭\"\nexec = echo Calendar\nclick-left = ./calendar curr\nscroll-up = ./calendar next\nscroll-down = ./calendar prev\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchebro%2Fcalendar-notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fchebro%2Fcalendar-notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fchebro%2Fcalendar-notification/lists"}