summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorSilas Bartha <silas@soaos.dev>2025-05-03 03:58:00 -0400
committerSilas Bartha <silas@soaos.dev>2025-05-03 03:58:00 -0400
commit20c1ed2c45abf792ddc09e1aa757443bec2a1f92 (patch)
tree26c6389000ddd8696ad903af5ddab77ac38ef319 /public
parent22592e96a75bd617fe6a9aae146b957695532e7c (diff)
add repo link to piss daemon page
Diffstat (limited to 'public')
-rw-r--r--public/projects/piss_daemon/index.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/public/projects/piss_daemon/index.html b/public/projects/piss_daemon/index.html
index 47f6d63..5cb9481 100644
--- a/public/projects/piss_daemon/index.html
+++ b/public/projects/piss_daemon/index.html
@@ -10,6 +10,7 @@
<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>
@@ -31,9 +32,12 @@
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