herbe
herbe copied to clipboard
Daemon-less notifications without D-Bus. Minimal and lightweight.
Hello, It's usefull to set the window title, class and window type for those that have custom rules in the window manager/compositor that handles notification windows differently. In my case...
basically i have a archlinux build with herbstluftwm and herbe. i don't want to use a statusbar so i use herbe instead, basically i press F1 and open a notification...
Apply multiple patches: Vertical Stacking(antonholscher) + dynamically updated the displayed notification(TAAPArthur) I created this patch because i couldn't apply these 2 separated
Hello guys, I don't know if I being stupid or what, but I only able to apply one patch. It's possible to use more than one? I'm applying like this...
I'm on alpine linux, using dwm in floating mode, herbe as standalone, and this script to put herbe in the background 'setsid nohup $@ &> /dev/null &'. Can't reproduce it...
Hi, these are just some small fixes/cleanups. Additional context is added into each commit message.
Fixes: https://github.com/dudik/herbe/issues/36 ...possibly
Notifications can now have an id and if a notification is already being displayed with that id, instead of creating a new notification, the message displayed will be updated. The...
Makes the text centered, instead of the default right padding. Works with any font and font size. [Diff](https://patch-diff.githubusercontent.com/raw/dudik/herbe/pull/32.diff)
It would be nice if herbe could accept, instead of a single font_pattern, an array containing all the fonts needed(for example Emojis), similarly to how dwm and dmenu handle fonts.