add piss daemon script usage
This commit is contained in:
parent
f8b92869b5
commit
ec832f2738
@ -9,6 +9,26 @@ 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
|
||||
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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user