diff options
Diffstat (limited to 'content/projects/piss_daemon')
| -rw-r--r-- | content/projects/piss_daemon/index.md | 35 | ||||
| -rw-r--r-- | content/projects/piss_daemon/statusbar.png | bin | 4546 -> 0 bytes |
2 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" - diff --git a/content/projects/piss_daemon/statusbar.png b/content/projects/piss_daemon/statusbar.png Binary files differdeleted file mode 100644 index b98e021..0000000 --- a/content/projects/piss_daemon/statusbar.png +++ /dev/null |
