summaryrefslogtreecommitdiff
path: root/projects/piss_daemon
diff options
context:
space:
mode:
authorsoaos <soaos@soaos.dev>2025-11-21 21:14:12 -0500
committersoaos <soaos@soaos.dev>2025-11-21 21:14:12 -0500
commitba76e77d935998e4b128053dcc61d2ed4884cdda (patch)
tree5464dccd475404b509f048f4525193a8ff36a715 /projects/piss_daemon
parent6e3a7252608197b6571a56c9b07be09f254e8bae (diff)
zola migration
Diffstat (limited to 'projects/piss_daemon')
-rw-r--r--projects/piss_daemon/index.html43
-rw-r--r--projects/piss_daemon/statusbar.pngbin4546 -> 0 bytes
2 files changed, 0 insertions, 43 deletions
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 @@
-<html lang="en">
-
-<head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1.0">
- <title>Piss Daemon - soaos</title>
-</head>
-
-<body>
- <a href="/">Go Home</a>
- <a href="..">Go Back</a>
- <h1>Piss Daemon</h1>
- <h2>About</h2>
- <p>This is a D-Bus daemon (<code>pissd</code>) and client (<code>piss-level</code>) that monitor the international
- space station's urine tank level.</p>
- <p>I have it integrated into my status bar (X version):</p>
- <img src="statusbar.png"
- alt="A screenshot of an X11 statusbar showing the piss daemon piss level next to a toilet icon.">
- <pre>
- #...
-
- 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;
- </pre>
- <p>I made this pretty much entirely so that I could call a program "piss daemon".</p>
- <h2>External Links</h2>
- <ul>
- <li><a href="https://git.soaos.dev/soaos/piss-daemon" target="_blank">git repo</a></li>
- </ul>
-</body>
-
-</html> \ 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
--- a/projects/piss_daemon/statusbar.png
+++ /dev/null
Binary files differ