birde

Daemon-less notifications without D-Bus. Minimal and lightweight.
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2025-06-29 08:49extras/notify.sh: make script executable by defaultmrgrouse1+0-0
2024-09-01 04:04config.def.h: decrease wait time for notification closemrgrouse1+1-1
2024-08-31 18:12Makefile: add notify.sh to install targetmrgrouse1+2-0
2024-08-31 18:10birde.c: patched in vertical stacking, but currently does not work with the notify.sh scriptmrgrouse1+26-13
2024-08-31 18:01notify.sh: add script for compatibility with tiramisu notification servermrgrouse1+9-0
2024-08-31 05:57.gitignore: update gitignore for new birde renamemrgrouse1+1-1
2024-08-31 05:54birde.c: update content of main C file for birde renamemrgrouse1+4-4
2024-08-31 05:52rename herbe.c to birde.cmrgrouse1+0-0
2024-08-31 05:51Makefile: update for birde renamemrgrouse1+7-7
2024-08-31 05:51notify-send: update notify-send script for birde renamemrgrouse1+4-4
2024-04-28 01:38README.md: dog on dunst!bdmfegys@duck.com1+1-1
2024-04-28 01:37README.md: update for birde renamebdmfegys@duck.com1+4-4
2024-04-28 01:35README.md: add list of patchesbdmfegys@duck.com1+5-0
2024-04-28 01:31README.md: fix spelling and grammarbdmfegys@duck.com1+1-1
2024-04-28 01:30notify-send: add creditbdmfegys@duck.com1+1-0
2024-04-28 01:28README.md: fix linksbdmfegys@duck.com1+3-3
2024-04-28 01:27README.md: make birde README.mdbdmfegys@duck.com1+10-136
2024-04-28 01:09add extras folderbdmfegys@duck.com1+81-0
2024-04-28 01:06config.def.h: switch 'use_primary_monitor' value to 1bdmfegys@duck.com1+1-1
2024-04-28 00:47patch xrandr and main monitor patchbdmfegys@duck.com3+60-14
2024-04-28 00:46.gitignore: append .orig filesbdmfegys@duck.com1+1-0
2024-04-28 00:45.gitignore: append .rej filesbdmfegys@duck.com1+1-0
2024-04-27 16:15.gitignore: append patches dirbdmfegys@duck.com1+1-0
2021-03-29 05:19Merge pull request #26 from The-Compiler/patch-2Samuel Dudík1+3-0
2021-03-27 21:09Add projects integrating herbe to readmeFlorian Bruhin1+3-0
2020-09-21 17:15Add mention of Wayland port to README.mdSamuel Dudík1+2-0
2020-09-20 13:22Add list of features to README.mdSamuel Dudík1+8-1
2020-09-18 16:39Add mention of FreeBSD patch to README.mdSamuel Dudík1+2-0
2020-09-13 05:24Add mention of Xresources patch to ConfigurationSamuel Dudík1+2-0
2020-09-09 14:52Add mention of OpenBSD patch to README.mdSamuel Dudík1+2-0
2020-09-06 05:40Update table of contents in README.mdSamuel Dudík1+16-6
2020-09-05 07:45Add information about packages to README.mdSamuel Dudík1+4-0
2020-09-01 16:08Update README.mdSamuel Dudík1+9-1
2020-08-23 11:35Minor refactoring before first releaseSamuel Dudik3+5-5
2020-08-23 10:15Remove unused imageSamuel Dudik1+0-0
2020-08-23 10:13Update README.mdSamuel Dudík1+0-4
2020-08-23 10:00Add 'experimental' showcase GIFSamuel Dudík1+3-1
2020-08-20 17:39RefactoringSamuel Dudik1+36-37
2020-08-19 19:04Remove config.h and add it to .gitignoreSamuel Dudik2+1-19
2020-08-19 19:02Rework Makefile, add config.def.h as default configSamuel Dudik4+45-14
2020-08-18 17:53Update README.mdSamuel Dudík1+3-2
2020-08-18 17:49Change exit codes so action triggering is cleanerSamuel Dudik1+6-5
2020-08-18 16:46Merge branch 'master' of https://github.com/dudik/herbe into masterSamuel Dudik1+63-1
2020-08-18 16:46Replace signal with sigactionSamuel Dudik1+21-16
2020-08-16 12:08Update README.mdSamuel Dudík1+2-2
2020-08-16 11:46Update README.mdSamuel Dudík1+27-3
2020-08-15 19:02Update README.mdSamuel Dudík1+39-1
2020-08-15 18:16Add a way to unlink the semaphoreSamuel Dudik1+3-0
2020-08-15 17:50Fix minor bug causing 'dismiss' not to workSamuel Dudik1+2-3
2020-08-15 17:32Add support for 'actions'Samuel Dudik2+32-4
2020-08-15 06:56Fix problem (with bitmap fonts) causing new lines to be printedSamuel Dudik1+3-1
2020-08-14 18:39Minor synchronization fixSamuel Dudik1+1-3
2020-08-14 18:19Notifications now wait in a 'queue' and get displayed one after another, add handling of 2 more signals for clean exitSamuel Dudik3+15-10
2020-08-13 18:45New lines are now printed properlySamuel Dudik2+25-14
2020-08-13 15:37Don't unnecessarily call alarm when duration is zeroSamuel Dudik4+10-5
2020-08-08 16:10Update README.mdSamuel Dudík1+1-0
2020-08-08 16:10Update README.mdSamuel Dudík1+3-12
2020-08-08 16:05Add screenshotSamuel Dudik1+0-0
2020-08-08 15:57Add dynamic space allocation for notification bodySamuel Dudik2+36-15
2020-08-08 13:55Minor tweaksSamuel Dudik1+7-6
2020-08-08 12:55Add new line formatting functionalitySamuel Dudik3+46-54
2020-08-05 18:51Small refactoringSamuel Dudik3+19-27
2020-08-04 04:19Update README.mdSamuel Dudík1+11-1
2020-08-02 17:29Fix bug with long words causing infinite loopSamuel Dudik1+7-2
2020-08-02 15:46Fix word wrapping text with a space at the end of lineSamuel Dudik1+1-1
2020-08-01 19:34Add word wrapSamuel Dudik2+6-1
2020-08-01 19:00Finish multiline supportSamuel Dudik3+60-66
2020-08-01 10:54Progress with multiline/word-wrap supportSamuel Dudik3+32-7
2020-07-31 16:58Text now respects right paddingSamuel Dudik2+31-3
2020-07-31 12:59Replace short with intSamuel Dudik2+9-10
2020-07-31 08:59Code cleanupSamuel Dudik2+32-29
2020-07-31 07:36Add UTF8 supportSamuel Dudik1+1-1
2020-07-30 16:58Add uninstall option to makefileSamuel Dudik2+4-1
2020-07-30 16:51Update README.mdSamuel Dudík1+36-2
2020-07-30 15:48'Rebrand' to herbe, remove xcb version, update makefileSamuel Dudik3+7-58
2020-07-30 13:32Update README.mdSamuel Dudík1+2-2
2020-07-30 13:23Add usage information, more error checkingSamuel Dudik2+27-20
2020-07-30 12:41Add timeout functionalitySamuel Dudik1+29-11
2020-07-30 10:41Clear window before redrawingSamuel Dudik1+1-0
2020-07-30 09:21Add proper event loop, fix redrawingSamuel Dudik1+12-5
2020-07-29 17:39Fix text centeringSamuel Dudik2+13-10
2020-07-29 13:09Add an option to specify 'corner'Samuel Dudik2+37-17
2020-07-24 11:51Rewrite usign Xlib instead of xcbSamuel Dudik4+48-40
2020-07-20 13:41Add baseSamuel3+60-0
2020-07-20 13:39Initial commitSamuel Dudík2+23-0