update spmenu text in project-list

This commit is contained in:
speedie 2023-06-26 04:39:38 +02:00
parent 4218c7956b
commit 48b8e63f3d

View file

@ -14,7 +14,7 @@
<p>Here's a list of most software projects I've worked on/currently work on or people still use.</p>
<p>Note that it is not a full list, for a full list see <a href="https://git.speedie.site">my Gitea instance</a> and <a href="https://github.com/speediegq">my GitHub</a>.</p>
<h3>spmenu</h3>
<p>spmenu is an X11 menu application based on dmenu which takes standard input, parses it, and lets the user choose an option and sends the selected option to standard output. Unique to this build is 256 color support (including SGR 16 color sequences), option to block typing, dwm-like keybind array in keybinds.h and more.</p>
<p>spmenu is a simple X11 and Wayland menu application which takes standard input, parses it, lets the user choose an option and sends the selected option to standard output. It also serves as a run launcher and desktop launcher through the included shell script spmenu_run, which handles both $PATH listing, .desktop entries, and file listing.</p>
<p><a href="https://spmenu.speedie.site">More information</a> <a href="https://git.speedie.site/speedie/spmenu">Git repository</a></p>
<h3>fontctrl</h3>
<p>fontctrl is a minimal, symlink based font manager for GNU/Linux. It handles installation, removal, and management of fonts, keeping your custom fonts easy to install, remove and manage.</p>