herbe

[fork] notifications
git clone https://hhvn.uk/herbe
git clone git://hhvn.uk/herbe
Log | Files | Refs | README | LICENSE

DateCommit messageAuthorFiles+-
2023-05-23 09:34Draw on monitor with currently focused windowhhvn2+67-10
2023-05-23 09:33Restylehhvn1+8-8
2022-04-19 21:29Clean uphhvn2+147-127
2021-12-25 14:20config.h: change pos_y to lineup in dwmhhvn1+1-1
2021-03-06 01:43LICENSE: ammend emailhhvn1+1-0
2020-09-14 18:18Left corner is more likely to be noticed by me, I've foundHayden Hamilton1+1-1
2020-09-13 19:59extend duration.. a lotHayden Hamilton1+19-0
2020-09-13 19:52resizeHayden Hamilton1+1-2
2020-09-13 17:11This is awesome - haydenh's tweaks to positioning and colours. Demo: gopher://haydenvh.com/9/dl/herbe.pngHayden Hamilton2+1-20
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
2023-05-23 09:34Draw on monitor with currently focused windowhhvn2+68-10
2023-05-23 09:33Restylehhvn1+8-8
2022-04-19 21:29Clean uphhvn2+147-127
2021-12-25 14:20config.h: change pos_y to lineup in dwmhhvn1+1-1
2021-03-06 01:43LICENSE: ammend emailhhvn1+1-0
2020-09-14 18:18Left corner is more likely to be noticed by me, I've foundHayden Hamilton1+1-1
2020-09-13 19:59extend duration.. a lotHayden Hamilton1+19-0
2020-09-13 19:52resizeHayden Hamilton1+1-2
2020-09-13 17:11This is awesome - haydenh's tweaks to positioning and colours. Demo: gopher://haydenvh.com/9/dl/herbe.pngHayden Hamilton2+1-20
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
2023-05-23 09:34Draw on monitor with currently focused windowhhvn2+68-10
2023-05-23 09:33Restylehhvn1+8-8
2022-04-19 21:29Clean uphhvn2+147-127
2021-12-25 14:20config.h: change pos_y to lineup in dwmhhvn1+1-1
2021-03-06 01:43LICENSE: ammend emailhhvn1+1-0
2020-09-14 18:18Left corner is more likely to be noticed by me, I've foundHayden Hamilton1+1-1
2020-09-13 19:59extend duration.. a lotHayden Hamilton1+19-0
2020-09-13 19:52resizeHayden Hamilton1+1-2
2020-09-13 17:11This is awesome - haydenh's tweaks to positioning and colours. Demo: gopher://haydenvh.com/9/dl/herbe.pngHayden Hamilton2+1-20
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