Commit graph

44 commits

Author SHA1 Message Date
Samuel Dudik
bf203580b9 Change exit codes so action triggering is cleaner 2020-08-18 19:49:56 +02:00
Samuel Dudik
6abd6e3985 Merge branch 'master' of https://github.com/dudik/herbe into master 2020-08-18 18:46:36 +02:00
Samuel Dudik
466651958d Replace signal with sigaction 2020-08-18 18:46:02 +02:00
Samuel Dudík
eb1b49f2f8
Update README.md 2020-08-16 14:08:18 +02:00
Samuel Dudík
2e781f19cd
Update README.md 2020-08-16 13:46:57 +02:00
Samuel Dudík
d12e48578d
Update README.md 2020-08-15 21:02:56 +02:00
Samuel Dudik
615c28d737 Add a way to unlink the semaphore 2020-08-15 20:16:31 +02:00
Samuel Dudik
cf5c30e7cc Fix minor bug causing 'dismiss' not to work 2020-08-15 19:50:37 +02:00
Samuel Dudik
11d9afc400 Add support for 'actions' 2020-08-15 19:32:26 +02:00
Samuel Dudik
46df7385ec Fix problem (with bitmap fonts) causing new lines to be printed 2020-08-15 08:56:41 +02:00
Samuel Dudik
b7df2713a6 Minor synchronization fix 2020-08-14 20:39:18 +02:00
Samuel Dudik
e1df67a0fe Notifications now wait in a 'queue' and get displayed one after another, add handling of 2 more signals for clean exit 2020-08-14 20:19:17 +02:00
Samuel Dudik
b41b280509 New lines are now printed properly 2020-08-13 20:45:08 +02:00
Samuel Dudik
30b0961b2e Don't unnecessarily call alarm when duration is zero 2020-08-13 17:37:40 +02:00
Samuel Dudík
e43bdb67a6
Update README.md 2020-08-08 18:10:39 +02:00
Samuel Dudík
c2c53c6b71
Update README.md 2020-08-08 18:10:20 +02:00
Samuel Dudik
a7610ada75 Add screenshot 2020-08-08 18:05:06 +02:00
Samuel Dudik
36c03fec66 Add dynamic space allocation for notification body 2020-08-08 17:57:24 +02:00
Samuel Dudik
2c2741a9cc Minor tweaks 2020-08-08 15:55:18 +02:00
Samuel Dudik
d991e61d68 Add new line formatting functionality 2020-08-08 14:55:22 +02:00
Samuel Dudik
e81696c2d3 Small refactoring 2020-08-05 20:51:53 +02:00
Samuel Dudík
025055056c
Update README.md 2020-08-04 06:19:12 +02:00
Samuel Dudik
5cead86549 Fix bug with long words causing infinite loop 2020-08-02 19:29:13 +02:00
Samuel Dudik
89dbfdbfb8 Fix word wrapping text with a space at the end of line 2020-08-02 17:46:37 +02:00
Samuel Dudik
b8d4bb7003 Add word wrap 2020-08-01 21:34:48 +02:00
Samuel Dudik
7161997b6f Finish multiline support 2020-08-01 21:00:20 +02:00
Samuel Dudik
ed9d201bce Progress with multiline/word-wrap support 2020-08-01 12:54:00 +02:00
Samuel Dudik
6a655a7cbd Text now respects right padding 2020-07-31 18:58:35 +02:00
Samuel Dudik
5035afe94f Replace short with int 2020-07-31 14:59:52 +02:00
Samuel Dudik
5f7cd56600 Code cleanup 2020-07-31 10:59:07 +02:00
Samuel Dudik
384c1fae6d Add UTF8 support 2020-07-31 09:36:35 +02:00
Samuel Dudik
5505ac7d59 Add uninstall option to makefile 2020-07-30 18:58:09 +02:00
Samuel Dudík
f22875d19b
Update README.md 2020-07-30 18:51:34 +02:00
Samuel Dudik
ff740e689f 'Rebrand' to herbe, remove xcb version, update makefile 2020-07-30 17:48:23 +02:00
Samuel Dudík
172866c937
Update README.md 2020-07-30 15:32:54 +02:00
Samuel Dudik
676e24e237 Add usage information, more error checking 2020-07-30 15:23:32 +02:00
Samuel Dudik
db1e571082 Add timeout functionality 2020-07-30 14:41:01 +02:00
Samuel Dudik
b8e91b6164 Clear window before redrawing 2020-07-30 12:41:37 +02:00
Samuel Dudik
920c0d7c25 Add proper event loop, fix redrawing 2020-07-30 11:21:27 +02:00
Samuel Dudik
792444a331 Fix text centering 2020-07-29 19:39:15 +02:00
Samuel Dudik
ba24eb9d58 Add an option to specify 'corner' 2020-07-29 15:09:34 +02:00
Samuel Dudik
45c030065a Rewrite usign Xlib instead of xcb 2020-07-24 13:51:07 +02:00
Samuel
bebac62f49 Add base 2020-07-20 15:41:19 +02:00
Samuel Dudík
2b8b641bdb
Initial commit 2020-07-20 15:39:21 +02:00