commit 97acbace106b469625f5c6a9363f5ddbe49199d6
Author: NRK <[email protected]>
Date: Thu Oct 6 08:17:43 2022 +0600
[rocks]: update imv link
the github repo is archived and points to sourcehut.
i am not seeing SDL2 listed as dependency on the sourcehut readme [0],
so that information might be outdated. but i don't use imv, so don't
know for sure.
[0]: https://sr.ht/~exec64/imv/#dependencies
diff --git a/suckless.org/rocks/index.md b/suckless.org/rocks/index.md
index 65576b99..11681b9a 100644
--- a/suckless.org/rocks/index.md
+++ b/suckless.org/rocks/index.md
@@ -133,7 +133,7 @@ This covers most console-based programs and programs from
### Image viewers
* [feh](https://feh.finalrewind.org/) - A highly customizable image viewer
that can also set a desktop background image.
-* [imv](https://github.com/exec64/imv) - Simple X11/Wayland Image Viewer.
Depends on SDL2 and FreeImage.
+* [imv](https://sr.ht/~exec64/imv/) - Simple X11/Wayland Image Viewer. Depends
on SDL2 and FreeImage.
* [jpg/gif/bmp/png](https://9fans.github.io/plan9port/) - Simple programs from
Plan 9 to display images in no-frills windows. Included with
[plan9port](https://9fans.github.io/plan9port/).
* [lel](https://git.codemadness.org/lel/file/README.html) - Farbfeld image
viewer.
* [meh](https://www.johnhawthorn.com/meh/) - image viewer using raw XLib,
libjpeg, libpng and libgif.
@@ -175,6 +175,7 @@ This covers most console-based programs and programs from
* [mpv](https://mpv.io/) - a free, open-source and cross-platform media player.
### Notifications
+
* [herbe](https://github.com/dudik/herbe) - Daemon-less notifications without
D-Bus. Minimal, lightweight & written in C. You can use
[tiramisu](https://github.com/Sweets/tiramisu) to call herbe.
* [tiramisu](https://github.com/Sweets/tiramisu) - Tiramisu is a notification
daemon based on dunst that outputs notifications to STDOUT in order to allow
the user to process notifications any way they prefer, like in your dwm
statusbar for example.