-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* added failsafe icons (CONFIG+=bundle_icons) * simplify icon theme loading * added new configuration options * some minor fixes
- Loading branch information
Showing
150 changed files
with
467 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,6 @@ | ||
## 1.0.0rc2 - 20181103 | ||
* Added more configuration options | ||
* Added option to bundle failsafe icons | ||
|
||
## 1.0.0rc1 - 20181025 | ||
* first public release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,3 @@ | ||
PowerKit <https://github.com/rodlie/powerkit> | ||
|
||
Copyright (c) 2018, Ole-André Rodlie <[email protected]> | ||
All rights reserved. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,140 @@ | ||
<RCC> | ||
<qresource prefix="/"> | ||
<file>icons/Adwaita/16x16/actions/system-hibernate.png</file> | ||
<file>icons/Adwaita/16x16/actions/system-lock-screen.png</file> | ||
<file>icons/Adwaita/16x16/actions/system-log-out.png</file> | ||
<file>icons/Adwaita/16x16/actions/system-shutdown.png</file> | ||
<file>icons/Adwaita/16x16/actions/system-suspend.png</file> | ||
<file>icons/Adwaita/16x16/categories/preferences-other.png</file> | ||
<file>icons/Adwaita/16x16/devices/ac-adapter.png</file> | ||
<file>icons/Adwaita/16x16/devices/battery.png</file> | ||
<file>icons/Adwaita/16x16/devices/input-keyboard.png</file> | ||
<file>icons/Adwaita/16x16/devices/input-mouse.png</file> | ||
<file>icons/Adwaita/16x16/devices/video-display.png</file> | ||
<file>icons/Adwaita/16x16/emblems/emblem-unreadable.png</file> | ||
<file>icons/Adwaita/16x16/status/battery-caution-charging.png</file> | ||
<file>icons/Adwaita/16x16/status/battery-caution.png</file> | ||
<file>icons/Adwaita/16x16/status/battery-empty.png</file> | ||
<file>icons/Adwaita/16x16/status/battery-full-charged.png</file> | ||
<file>icons/Adwaita/16x16/status/battery-full-charging.png</file> | ||
<file>icons/Adwaita/16x16/status/battery-full.png</file> | ||
<file>icons/Adwaita/16x16/status/battery-good-charging.png</file> | ||
<file>icons/Adwaita/16x16/status/battery-good.png</file> | ||
<file>icons/Adwaita/16x16/status/battery-low-charging.png</file> | ||
<file>icons/Adwaita/16x16/status/battery-low.png</file> | ||
<file>icons/Adwaita/16x16/status/battery-missing.png</file> | ||
<file>icons/Adwaita/16x16/status/dialog-information.png</file> | ||
<file>icons/Adwaita/16x16/status/dialog-question.png</file> | ||
<file>icons/Adwaita/16x16/status/user-available.png</file> | ||
<file>icons/Adwaita/16x16/status/weather-clear.png</file> | ||
<file>icons/Adwaita/22x22/actions/system-hibernate.png</file> | ||
<file>icons/Adwaita/22x22/actions/system-lock-screen.png</file> | ||
<file>icons/Adwaita/22x22/actions/system-log-out.png</file> | ||
<file>icons/Adwaita/22x22/actions/system-shutdown.png</file> | ||
<file>icons/Adwaita/22x22/actions/system-suspend.png</file> | ||
<file>icons/Adwaita/22x22/categories/preferences-other.png</file> | ||
<file>icons/Adwaita/22x22/devices/ac-adapter.png</file> | ||
<file>icons/Adwaita/22x22/devices/battery.png</file> | ||
<file>icons/Adwaita/22x22/devices/input-keyboard.png</file> | ||
<file>icons/Adwaita/22x22/devices/input-mouse.png</file> | ||
<file>icons/Adwaita/22x22/devices/video-display.png</file> | ||
<file>icons/Adwaita/22x22/emblems/emblem-unreadable.png</file> | ||
<file>icons/Adwaita/22x22/status/battery-caution-charging.png</file> | ||
<file>icons/Adwaita/22x22/status/battery-caution.png</file> | ||
<file>icons/Adwaita/22x22/status/battery-empty.png</file> | ||
<file>icons/Adwaita/22x22/status/battery-full-charged.png</file> | ||
<file>icons/Adwaita/22x22/status/battery-full-charging.png</file> | ||
<file>icons/Adwaita/22x22/status/battery-full.png</file> | ||
<file>icons/Adwaita/22x22/status/battery-good-charging.png</file> | ||
<file>icons/Adwaita/22x22/status/battery-good.png</file> | ||
<file>icons/Adwaita/22x22/status/battery-low-charging.png</file> | ||
<file>icons/Adwaita/22x22/status/battery-low.png</file> | ||
<file>icons/Adwaita/22x22/status/battery-missing.png</file> | ||
<file>icons/Adwaita/22x22/status/dialog-information.png</file> | ||
<file>icons/Adwaita/22x22/status/dialog-question.png</file> | ||
<file>icons/Adwaita/22x22/status/user-available.png</file> | ||
<file>icons/Adwaita/22x22/status/weather-clear.png</file> | ||
<file>icons/Adwaita/24x24/actions/system-hibernate.png</file> | ||
<file>icons/Adwaita/24x24/actions/system-lock-screen.png</file> | ||
<file>icons/Adwaita/24x24/actions/system-log-out.png</file> | ||
<file>icons/Adwaita/24x24/actions/system-shutdown.png</file> | ||
<file>icons/Adwaita/24x24/actions/system-suspend.png</file> | ||
<file>icons/Adwaita/24x24/categories/preferences-other.png</file> | ||
<file>icons/Adwaita/24x24/devices/ac-adapter.png</file> | ||
<file>icons/Adwaita/24x24/devices/battery.png</file> | ||
<file>icons/Adwaita/24x24/devices/input-keyboard.png</file> | ||
<file>icons/Adwaita/24x24/devices/input-mouse.png</file> | ||
<file>icons/Adwaita/24x24/devices/video-display.png</file> | ||
<file>icons/Adwaita/24x24/emblems/emblem-unreadable.png</file> | ||
<file>icons/Adwaita/24x24/status/battery-caution-charging.png</file> | ||
<file>icons/Adwaita/24x24/status/battery-caution.png</file> | ||
<file>icons/Adwaita/24x24/status/battery-empty.png</file> | ||
<file>icons/Adwaita/24x24/status/battery-full-charged.png</file> | ||
<file>icons/Adwaita/24x24/status/battery-full-charging.png</file> | ||
<file>icons/Adwaita/24x24/status/battery-full.png</file> | ||
<file>icons/Adwaita/24x24/status/battery-good-charging.png</file> | ||
<file>icons/Adwaita/24x24/status/battery-good.png</file> | ||
<file>icons/Adwaita/24x24/status/battery-low-charging.png</file> | ||
<file>icons/Adwaita/24x24/status/battery-low.png</file> | ||
<file>icons/Adwaita/24x24/status/battery-missing.png</file> | ||
<file>icons/Adwaita/24x24/status/dialog-information.png</file> | ||
<file>icons/Adwaita/24x24/status/dialog-question.png</file> | ||
<file>icons/Adwaita/24x24/status/user-available.png</file> | ||
<file>icons/Adwaita/24x24/status/weather-clear.png</file> | ||
<file>icons/Adwaita/32x32/actions/system-hibernate.png</file> | ||
<file>icons/Adwaita/32x32/actions/system-lock-screen.png</file> | ||
<file>icons/Adwaita/32x32/actions/system-log-out.png</file> | ||
<file>icons/Adwaita/32x32/actions/system-shutdown.png</file> | ||
<file>icons/Adwaita/32x32/actions/system-suspend.png</file> | ||
<file>icons/Adwaita/32x32/categories/preferences-other.png</file> | ||
<file>icons/Adwaita/32x32/devices/ac-adapter.png</file> | ||
<file>icons/Adwaita/32x32/devices/battery.png</file> | ||
<file>icons/Adwaita/32x32/devices/input-keyboard.png</file> | ||
<file>icons/Adwaita/32x32/devices/input-mouse.png</file> | ||
<file>icons/Adwaita/32x32/devices/video-display.png</file> | ||
<file>icons/Adwaita/32x32/emblems/emblem-unreadable.png</file> | ||
<file>icons/Adwaita/32x32/status/battery-caution-charging.png</file> | ||
<file>icons/Adwaita/32x32/status/battery-caution.png</file> | ||
<file>icons/Adwaita/32x32/status/battery-empty.png</file> | ||
<file>icons/Adwaita/32x32/status/battery-full-charged.png</file> | ||
<file>icons/Adwaita/32x32/status/battery-full-charging.png</file> | ||
<file>icons/Adwaita/32x32/status/battery-full.png</file> | ||
<file>icons/Adwaita/32x32/status/battery-good-charging.png</file> | ||
<file>icons/Adwaita/32x32/status/battery-good.png</file> | ||
<file>icons/Adwaita/32x32/status/battery-low-charging.png</file> | ||
<file>icons/Adwaita/32x32/status/battery-low.png</file> | ||
<file>icons/Adwaita/32x32/status/battery-missing.png</file> | ||
<file>icons/Adwaita/32x32/status/dialog-information.png</file> | ||
<file>icons/Adwaita/32x32/status/dialog-question.png</file> | ||
<file>icons/Adwaita/32x32/status/user-available.png</file> | ||
<file>icons/Adwaita/32x32/status/weather-clear.png</file> | ||
<file>icons/Adwaita/48x48/actions/system-hibernate.png</file> | ||
<file>icons/Adwaita/48x48/actions/system-lock-screen.png</file> | ||
<file>icons/Adwaita/48x48/actions/system-log-out.png</file> | ||
<file>icons/Adwaita/48x48/actions/system-shutdown.png</file> | ||
<file>icons/Adwaita/48x48/actions/system-suspend.png</file> | ||
<file>icons/Adwaita/48x48/categories/preferences-other.png</file> | ||
<file>icons/Adwaita/48x48/devices/ac-adapter.png</file> | ||
<file>icons/Adwaita/48x48/devices/battery.png</file> | ||
<file>icons/Adwaita/48x48/devices/input-keyboard.png</file> | ||
<file>icons/Adwaita/48x48/devices/input-mouse.png</file> | ||
<file>icons/Adwaita/48x48/devices/video-display.png</file> | ||
<file>icons/Adwaita/48x48/emblems/emblem-unreadable.png</file> | ||
<file>icons/Adwaita/48x48/status/battery-caution-charging.png</file> | ||
<file>icons/Adwaita/48x48/status/battery-caution.png</file> | ||
<file>icons/Adwaita/48x48/status/battery-empty.png</file> | ||
<file>icons/Adwaita/48x48/status/battery-full-charged.png</file> | ||
<file>icons/Adwaita/48x48/status/battery-full-charging.png</file> | ||
<file>icons/Adwaita/48x48/status/battery-full.png</file> | ||
<file>icons/Adwaita/48x48/status/battery-good-charging.png</file> | ||
<file>icons/Adwaita/48x48/status/battery-good.png</file> | ||
<file>icons/Adwaita/48x48/status/battery-low-charging.png</file> | ||
<file>icons/Adwaita/48x48/status/battery-low.png</file> | ||
<file>icons/Adwaita/48x48/status/battery-missing.png</file> | ||
<file>icons/Adwaita/48x48/status/dialog-information.png</file> | ||
<file>icons/Adwaita/48x48/status/dialog-question.png</file> | ||
<file>icons/Adwaita/48x48/status/user-available.png</file> | ||
<file>icons/Adwaita/48x48/status/weather-clear.png</file> | ||
<file>icons/Adwaita/index.theme</file> | ||
</qresource> | ||
</RCC> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
This work is licenced under the Creative Commons Attribution-Share Alike 3.0 | ||
United States License. To view a copy of this licence, visit | ||
http://creativecommons.org/licenses/by-sa/3.0/ or send a letter to Creative | ||
Commons, 171 Second Street, Suite 300, San Francisco, California 94105, USA. | ||
|
||
When attributing the artwork, using "GNOME Project" is enough. | ||
Please link to http://www.gnome.org where available. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Stripped-down version for use with powerkit. |
Oops, something went wrong.