![]() |
Lite Control Center - Suggestions welcomed - Printable Version +- Linux Lite Forums (https://www.linuxliteos.com/forums) +-- Forum: Development (https://www.linuxliteos.com/forums/forumdisplay.php?fid=7) +--- Forum: Linux Lite Software Development (https://www.linuxliteos.com/forums/forumdisplay.php?fid=30) +--- Thread: Lite Control Center - Suggestions welcomed (/showthread.php?tid=1976) |
Re: Lite Control Center - Suggestions welcomed - anon222 - 09-16-2015 (09-16-2015, 09:17 PM)UltraCookie link Wrote: Where does the information for the storage come from? At least for me it kinda inaccurate.It gets all the storage you attach to your computer. Code: df -Tlh --total -t ext4 -t ext3 -t ext2 -t reiserfs -t jfs -t ntfs -t fat32 -t btrfs -t fuseblk -t xfs Re: Lite Control Center - Suggestions welcomed - torreydale - 09-16-2015 My total number just coincides with the amount allocated to my /home partition. ![]() ![]() Re: Lite Control Center - Suggestions welcomed - Valtam - 09-17-2015 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}' MB: Code: jerry@z800:~$ df | grep '^/dev/[hs]d' | awk '{s+=$2} END {print s/1048576}' See what happens to the total bytes when they get converted to MB. Re: Lite Control Center - Suggestions welcomed - shaggytwodope - 09-17-2015 https://github.com/linuxlite/litecontrolcenter/pull/31/files going to bed soon, this isnt complete yet. but meh. Re: Lite Control Center - Suggestions welcomed - shaggytwodope - 04-10-2016 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: https://www.youtube.com/watch?v=agm8jgh_sVM 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: ![]() Re: Lite Control Center - Suggestions welcomed - shaggytwodope - 04-11-2016 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 Re: Lite Control Center - Suggestions welcomed - DLX - 04-11-2016 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. Re: Lite Control Center - Suggestions welcomed - Wirezfree - 04-11-2016 @shaggytwodope On the LLCC ~ Desktop Tab, not sure if it's possible.?? To save some screen space, make it less busy. Instead of having 2 items, like "Add Computer Icon" and then "Remove Computer Icon" Could it be a "Toggle" function, "Tap to Add", "Tap to Remove" Just a thought... Re: Lite Control Center - Suggestions welcomed - shaggytwodope - 04-11-2016 @Wirezfree, this is on the list of features to add. I had never intended for this when creating it. And it'll take some consideration before I can do it. Plus I'm getting old... shaggy is now 30... not as fast as I once was lol. Re: Lite Control Center - Suggestions welcomed - Wirezfree - 04-11-2016 O.K... A mere slip of a lad ;D ;D I think somewhat quicker than me ![]() ![]() |