-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow icon sizes to be configured in the context menu.
- Loading branch information
Showing
6 changed files
with
247 additions
and
31 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,3 +1,4 @@ | ||
usr/lib/*/xfce4/panel/plugins | ||
usr/share/xfce4/panel/plugins | ||
usr/share/locale | ||
usr/share/glib-2.0/schemas |
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,13 @@ | ||
<?xml version="1.0"?> | ||
<schemalist> | ||
<schema id="org.x.apps.xfce4-status-plugin" path="/org/x/apps/xfce4-status-plugin/" gettext-domain="xapps"> | ||
<key name="symbolic-icon-size" type="i"> | ||
<default>18</default> | ||
<summary>Symbolic icon size</summary> | ||
</key> | ||
<key name="color-icon-size" type="i"> | ||
<default>-1</default> | ||
<summary>Color icon size, or -1 to use optimal size for panel height.</summary> | ||
</key> | ||
</schema> | ||
</schemalist> |
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.