zmiany....
This commit is contained in:
6
.config/polybar/syngeos-sensor/level.sh
Executable file
6
.config/polybar/syngeos-sensor/level.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/sh
|
||||
|
||||
TYPE=$1
|
||||
DATA=$(cat /tmp/czujnik-levels |jq -r .$TYPE |grep -v null)
|
||||
|
||||
echo $TYPE\($DATA%\)
|
Reference in New Issue
Block a user