diff options
| author | soaos <soaos@soaos.dev> | 2025-08-12 23:17:55 -0400 |
|---|---|---|
| committer | soaos <soaos@soaos.dev> | 2025-08-12 23:17:55 -0400 |
| commit | 3f114ebe5c4d3618504b0e623b52c22e262de854 (patch) | |
| tree | 9a16dc198fa3140dcff62e997a285246f5f24059 /content/projects/piss_daemon/index.md | |
| parent | 20c1ed2c45abf792ddc09e1aa757443bec2a1f92 (diff) | |
Moved public files to root
Diffstat (limited to 'content/projects/piss_daemon/index.md')
| -rw-r--r-- | content/projects/piss_daemon/index.md | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/content/projects/piss_daemon/index.md b/content/projects/piss_daemon/index.md deleted file mode 100644 index c409332..0000000 --- a/content/projects/piss_daemon/index.md +++ /dev/null @@ -1,35 +0,0 @@ -+++ -title = "piss daemon" -[taxonomies] -categories = ["utility"] -languages = ["rust"] -[extra] -finished = "december 2024" -git = ["piss-daemon"] -+++ -this is a dbus 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): - - - -```bash -#... - -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" - |
