diff options
Diffstat (limited to 'public/projects/piss_daemon')
| -rw-r--r-- | public/projects/piss_daemon/index.html | 6 |
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 |
