From ba76e77d935998e4b128053dcc61d2ed4884cdda Mon Sep 17 00:00:00 2001 From: soaos Date: Fri, 21 Nov 2025 21:14:12 -0500 Subject: zola migration --- projects/piss_daemon/index.html | 43 ------------------------------------- projects/piss_daemon/statusbar.png | Bin 4546 -> 0 bytes 2 files changed, 43 deletions(-) delete mode 100644 projects/piss_daemon/index.html delete mode 100644 projects/piss_daemon/statusbar.png (limited to 'projects/piss_daemon') diff --git a/projects/piss_daemon/index.html b/projects/piss_daemon/index.html deleted file mode 100644 index 5cb9481..0000000 --- a/projects/piss_daemon/index.html +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - Piss Daemon - soaos - - - - Go Home - Go Back -

Piss Daemon

-

About

-

This is a D-Bus daemon (pissd) and client (piss-level) that monitor the international - space station's urine tank level.

-

I have it integrated into my status bar (X version):

- A screenshot of an X11 statusbar showing the piss daemon piss level next to a toilet icon. -
-	#...
-
-	function piss {
-		PISS_LEVEL="$(piss-level)";
-		if [ -n "$PISS_LEVEL" ]; then
-			echo "  ${PISS_LEVEL}%";
-		fi;
-	}
-
-	#...
-
-	while true; do
-		xsetroot -name "$(piss)$(batt)$(datetime)";
-		sleep 1;
-	done;
-	
-

I made this pretty much entirely so that I could call a program "piss daemon".

-

External Links

- - - - \ No newline at end of file diff --git a/projects/piss_daemon/statusbar.png b/projects/piss_daemon/statusbar.png deleted file mode 100644 index b98e021..0000000 Binary files a/projects/piss_daemon/statusbar.png and /dev/null differ -- cgit v1.2.3