-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reorganized icons, reorganized code for managing app icons
- Loading branch information
1 parent
55feaa3
commit 9ddf416
Showing
18 changed files
with
122 additions
and
94 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,16 @@ | ||
<RCC> | ||
<qresource prefix="/"> | ||
<file>icons/battery-charging-dark.png</file> | ||
<file>icons/battery-level-full-dark.png</file> | ||
<file>icons/battery-low-dark.png</file> | ||
<file>icons/battery-medium-dark.png</file> | ||
<file>icons/headphones-dark.png</file> | ||
<file>icons/battery-charging-light.png</file> | ||
<file>icons/battery-level-full-light.png</file> | ||
<file>icons/battery-low-light.png</file> | ||
<file>icons/battery-medium-light.png</file> | ||
<file>icons/headphones-light.png</file> | ||
<file>icons/dark/png/battery-charging.png</file> | ||
<file>icons/dark/png/battery-level-full.png</file> | ||
<file>icons/dark/png/battery-low.png</file> | ||
<file>icons/dark/png/battery-medium.png</file> | ||
<file>icons/dark/png/headphones.png</file> | ||
<file>icons/dark/index.theme</file> | ||
<file>icons/light/index.theme</file> | ||
<file>icons/light/png/battery-charging.png</file> | ||
<file>icons/light/png/battery-level-full.png</file> | ||
<file>icons/light/png/battery-low.png</file> | ||
<file>icons/light/png/battery-medium.png</file> | ||
<file>icons/light/png/headphones.png</file> | ||
</qresource> | ||
</RCC> |
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,13 @@ | ||
[Icon Theme] | ||
Name=dark | ||
Comment=dark theme icons | ||
PanelDefault=22 | ||
PanelSizes=22 | ||
Directories=png | ||
|
||
[png] | ||
Size=512 | ||
Context=Applications | ||
MinSize=16 | ||
MaxSize=512 | ||
Type=Fixed |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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,13 @@ | ||
[Icon Theme] | ||
Name=light | ||
Comment=light theme icons | ||
PanelDefault=22 | ||
PanelSizes=22 | ||
Directories=png | ||
|
||
[png] | ||
Size=512 | ||
Context=Applications | ||
MinSize=16 | ||
MaxSize=512 | ||
Type=Fixed |
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
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
Oops, something went wrong.