commit 7a02e7fc7db6bad6199825bacce8304ca6d737a1
parent 71387457ea0b25cece475a7809621fc8c44f26fd
Author: Ivo Cicchese <tizero@autistici.org>
Date: Sat, 22 Nov 2025 11:24:46 +0100
Dead link.
Wrote to klemens, stuff is gone.
Diffstat:
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/dwm.suckless.org/status_monitor/index.md b/dwm.suckless.org/status_monitor/index.md
@@ -126,7 +126,6 @@ Feel free to add your own status monitors here (keeping the list sorted).
Helper Functions In The Shell
-----------------------------
-* [posix scripts](https://notabug.org/kl3/scripts) - basic collection of simple, fully POSIX sh compliant scripts to get various system information
* [i3blocks-contrib](https://github.com/vivien/i3blocks-contrib) - collection of python, perl and shell scripts
* Free memory: `free -h | awk '(NR==2){ print $4 }'`
* Volume (device Master): `amixer get Master | awk -F'[][]' 'END{ print $4":"$2 }'`