Lpsmagic: Difference between revisions
From Maemo Wiki
Jump to navigationJump to search
imported>wolke |
imported>wolke |
||
| Line 5: | Line 5: | ||
--wolke-- | --wolke-- | ||
1) user-editable rc file that gets read on lpsm startup | 1) user-editable rc file that gets read on lpsm startup | ||
sample ~/.lpsmrc | |||
date.format=dd/MM/YYYY HH:mm:ss | date.format=dd/MM/YYYY HH:mm:ss | ||
interval=60 | interval=60 | ||
or have a template file: | |||
%img:calendar% %date:MM/dd/YY% %img:clock% %uptime% | %img:calendar% %date:MM/dd/YY% %img:clock% %uptime% | ||
%img:cpu% %cpu% %% %img:load% %load:1% %load:5% %load:15% | %img:cpu% %cpu% %% %img:load% %load:1% %load:5% %load:15% | ||
%img:power% %battery:percent% %battery:capacity% mAh %img:mem% %mem% %% | %img:power% %battery:percent% %battery:capacity% mAh %img:mem% %mem% %% | ||
2) easy way to restart/reread rc file {via command line} | 2) easy way to restart/reread rc file {via command line} | ||
Revision as of 17:32, 31 January 2012
You can find more info on first post of tmo thread. Info
Feature Requests for v2
--wolke-- 1) user-editable rc file that gets read on lpsm startup sample ~/.lpsmrc
date.format=dd/MM/YYYY HH:mm:ss interval=60
or have a template file:
%img:calendar% %date:MM/dd/YY% %img:clock% %uptime% %img:cpu% %cpu% %% %img:load% %load:1% %load:5% %load:15% %img:power% %battery:percent% %battery:capacity% mAh %img:mem% %mem% %%
2) easy way to restart/reread rc file {via command line}
3) on-demand image generation {for testing mostly}
4) plugin support {for, e.g.: unread text count. thats the one id write, anyway} {i would make all the built-in ones just be plugins as well; would give folks a jumping off place and makes good design sense}
Planned Features for v2
* C++ rewrite * plugin system