emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/exwm 3fb1ebe58c 6/7: Default exwm-systemtray color to `


From: Adrián Medraño Calvo
Subject: [elpa] externals/exwm 3fb1ebe58c 6/7: Default exwm-systemtray color to `workspace-background'
Date: Thu, 10 Nov 2022 17:56:02 -0500 (EST)

branch: externals/exwm
commit 3fb1ebe58c182a3cb7a6b8630f08b44f77fa6bd1
Author: Adrián Medraño Calvo <adrian@medranocalvo.com>
Commit: Adrián Medraño Calvo <adrian@medranocalvo.com>

    Default exwm-systemtray color to `workspace-background'
    
    * exwm-systemtray.el (exwm-systemtray-background-color): Change
    default to `workspace-background', as it's supported in all
    configurations.
---
 exwm-systemtray.el | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/exwm-systemtray.el b/exwm-systemtray.el
index 62e034ef7c..8bb5bcc3c8 100644
--- a/exwm-systemtray.el
+++ b/exwm-systemtray.el
@@ -74,10 +74,7 @@ You shall use the default value if using auto-hide 
minibuffer."
 (defvar exwm-systemtray--embedder-window-depth nil
   "The embedder window's depth.")
 
-(defcustom exwm-systemtray-background-color
-  (if (exwm-systemtray--transparency-supported-p)
-      'workspace-background
-    'transparent)
+(defcustom exwm-systemtray-background-color 'workspace-background
   "Background color of systemtray.
 This should be a color, the symbol `workspace-background' for the background
 color of current workspace frame, or the symbol `transparent' for transparent



reply via email to

[Prev in Thread] Current Thread [Next in Thread]