luastatus icon indicating copy to clipboard operation
luastatus copied to clipboard

universal status bar content generator

Results 6 luastatus issues
Sort by recently updated
recently updated
newest added

I built [sinx](https://github.com/Arteneko/sinx/) a while ago, to simplify scheduled stats collection. It's backed by a redis storage and a pretty simple UX, and I wanted to know your thoughts about...

Hi. At the moment: The[ `mem-usage` widget](https://github.com/shdown/luastatus/blob/master/examples/dwm/mem-usage.lua) "requires" the [`mem-usage-linux` plugin](https://github.com/shdown/luastatus/blob/master/plugins/mem-usage-linux/mem-usage-linux.lua) which "requires" the [`timer` plugin](https://github.com/shdown/luastatus/blob/master/plugins/timer/timer.c). But for me, personally, this middle layer of indirection (the `mem-usage-linux` plugin) doesn't help...

It'd be nice if the network-linux plugin tells if the WiFi network I'm connected to has no internet connection.

Hello, Luastatus looks interesting. I wanted to know if you are planing to add a PKGBUILD to AUR repository of Archlinux ? Thanks a lot,

Bluetooth (`/sys/kernel/debug/bluetooth/{l2cap,rfcomm}` — only root-accessible…) https://github.com/brndnmtthws/conky/wiki/Configuration-Variables * network upload/download rate * weather forecast * disk I/O (`/sys/block/*/stat`, `/proc/diskstats`) * platform sensor (`/sys/bus/platform/devices/`) * hwmon (`/sys/class/hwmon/`) * I2C sensors (`/sys/bus/i2c/devices`)

I've been trying to write a widget for displaying the amount of new unread emails. It successfully calculates the number of new mail, but when running it with the lemonbar...