1.3 KiB
1.3 KiB
- Vicious
- Import NET carrier detection from contrib
- Consider including this code in format helper
- Include Name and file in MPD widget
- Complete the hddtemp fix
- Expand raid to grab data for all available devices
- Add fan speed to thermal.lua
- Return values of type number in NET and FS
- MAYBE Simplify scrolling using negative margins + fixed width
- Try to simplify truncating with a fixed width
- NOTE Changelog header
- Git
#-- mode: org --
Vicious
TODO Import NET carrier detection from contrib
TODO Consider including this code in format helper
- return format and format:gsub("${[^}]+}", "")
- Note: We should then also replace just $1/$2…
TODO Include Name and file in MPD widget
TODO Complete the hddtemp fix
-
In certain setups regexp does not match all devices
- The regexp catches the first device name, but last stats
- Shortening the match introduced new problems IIRC
TODO Expand raid to grab data for all available devices
TODO Add fan speed to thermal.lua
TODO Return values of type number in NET and FS
- Note: tonumber() strips decimal points