project in early stage / working
My way to get connection with my iot and i3 / i3status bar. Python orientated plugin / service. Running in back ground and on define action on mqtt layer update your i3status box.
Section | i3mqtt: ...... 70% |
all can by customized.
-
set up i3mqttTracker.py - mqtt_config, TARGET_FILE (use some tmpfs to not kill hard drive) by editing file default TARGET_FILE - /run/user/1000/i3mqtt.line
-
start i3mqttTracker.py - it will push new data to
TARGET_FILE
-
add to your
~/.config/i3status/config
lines... order += "read_file i3mqtt" read_file i3mqtt { format = "i3mqtt: %content" path = "/run/user/1000/i3mqtt.line" } ...
In directory of project to deploy ...
i3mqttTracker
├── examples
│ └── screen1.png
├── i3mqttCmd.sh
├── i3mqttTracker.py
├── LICENSE
├── README.md
└── requirements.txt
- unify config place
- make some info about how to run / setup
- update to repository
If you see that this makes sense send me a ☕ | Master repository | About SvOiysh