Development > Linux Lite Software Development

Lite Control Center - Suggestions welcomed

<< < (2/37) > >>

DLX:
I thought that on last up date to much text before, did look sleek.

Do you ready need number of updates in the line. Looks over crowded.

In the popup that loads shows files could that had number of updates if it's  needed.

shaggytwodope:
So current stable release is now 1.0-0310, https://github.com/linuxlite/litecontrolcenter/releases/tag/1.0-0310

The only big notable change is hiding the count when its zero... waste of space really.  Everything else seems to work as expected. Some features and ideas to come eventually when time is found. But for now this will be the next release... have fun :-p

shaggytwodope:
I'm going to post here with any changes or ideas with control center. At this time I may change button style a bit,  a video of it in action here:


This is not finalized tho, may revert back to old style.

To note changes since the last release update (1.0-0270):
- Error dialog if running more then once instance, as well as if no module data is found.
- Minor code fixes, porting to new version of python.
- Refactored how memory is calculated, this should be considerably more reliable.
- General code clean up, if any issues occur please report.
- Update count and misc scripts are removed, most of the data is now done internally.
- I may have missed something....

Nothing is finalized until it's tagged for next release, ideas are welcomed but no promises made.


Here is the screenshot:

shaggytwodope:
https://github.com/linuxlite/litecontrolcenter/pull/31/files

going to bed soon, this isnt complete yet. but meh.

Jerry:
Not sure how we can improve on this, needs more research. Try:

Bytes:


--- Code: ---jerry@z800:~$ df | grep '^/dev/[hs]d' | awk '{s+=$2} END {print s}'
2408682717
--- End code ---

MB:


--- Code: ---jerry@z800:~$ df | grep '^/dev/[hs]d' | awk '{s+=$2} END {print s/1048576}'
2297.1
jerry@z800:~$
--- End code ---

See what happens to the total bytes when they get converted to MB.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version