-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
xfce4-panel: Enable icon scaling in the system tray by default
**Summary** - Enable icon scaling in the system tray by default Ref #305 Signed-off-by: Evan Maddock <[email protected]>
- Loading branch information
1 parent
55cedad
commit 84247a8
Showing
3 changed files
with
10 additions
and
9 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,15 +1,15 @@ | ||
From a43f73d53d6090ec8d546721c51083674f55a0e9 Mon Sep 17 00:00:00 2001 | ||
From 6b3be9ae26cfe4778f8e236c7dad3dc37fc15c23 Mon Sep 17 00:00:00 2001 | ||
From: Evan Maddock <[email protected]> | ||
Date: Mon, 27 Nov 2023 15:12:54 -0500 | ||
Subject: [PATCH] Use Solus defaults | ||
|
||
Signed-off-by: Evan Maddock <[email protected]> | ||
--- | ||
migrate/default.xml.in | 98 ++++++++++++++++++------------------------ | ||
1 file changed, 43 insertions(+), 55 deletions(-) | ||
migrate/default.xml.in | 99 +++++++++++++++++++----------------------- | ||
1 file changed, 44 insertions(+), 55 deletions(-) | ||
|
||
diff --git a/migrate/default.xml.in b/migrate/default.xml.in | ||
index 46344203..38050911 100644 | ||
index 46344203..f458a26c 100644 | ||
--- a/migrate/default.xml.in | ||
+++ b/migrate/default.xml.in | ||
@@ -4,14 +4,13 @@ | ||
|
@@ -31,7 +31,7 @@ index 46344203..38050911 100644 | |
<property name="plugin-ids" type="array"> | ||
<value type="int" value="1"/> | ||
<value type="int" value="2"/> | ||
@@ -27,79 +26,68 @@ | ||
@@ -27,79 +26,69 @@ | ||
<value type="int" value="12"/> | ||
<value type="int" value="13"/> | ||
<value type="int" value="14"/> | ||
|
@@ -136,6 +136,7 @@ index 46344203..38050911 100644 | |
+ <property name="known-legacy-items" type="array"> | ||
+ <value type="string" value="ethernet network connection “wired connection 1” active"/> | ||
+ </property> | ||
+ <property name="icon-size" type="int" value="0"/> | ||
+ </property> | ||
+ <property name="plugin-13" type="string" value="pulseaudio"> | ||
+ <property name="enable-keyboard-shortcuts" type="bool" value="true"/> | ||
|
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