| Commit message (Collapse) | Author | Age |
|
|
|
| |
This should make it generic enough to support all XDG icon themes.
|
| |
|
| |
|
| |
|
|
|
|
| |
lumina-mediaplayer to one that exists in more themes
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
battery plugin.
Also, add a green background to the battery plugin when the charge is 100% and still plugged in.
|
|
|
|
|
|
|
| |
1) Dismantle the Lumina library completely.
2) Setup lots of small subproject files (.pri) for the individual classes within the old library.
3) Move all the Lumina binaries to use the new subproject files
4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
|
|
|
|
| |
other than the background color based on battery level.
|
|
|
|
|
|
| |
1) for the "low" battery icon, move it down to the 5-20% range instead of 20-50%.
2) When battery is between 0-5%, change the background color of the icon to red in addition to the "warning" battery icon.
3) Play an audio file when the battery drops to the 0-5% range( <Lumina Share directory>/low-battery.ogg), if the file exists.
|
|
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
|