about summary refs log tree commit diff
path: root/exwm-systemtray.el
diff options
context:
space:
mode:
authorAdrián Medraño Calvo <adrian@medranocalvo.com>2022-11-09T00·00+0000
committerAdrián Medraño Calvo <adrian@medranocalvo.com>2022-11-09T00·00+0000
commit3fb1ebe58c182a3cb7a6b8630f08b44f77fa6bd1 (patch)
tree609c5a0b22de2d9eb58fe6dd703c87373a17e950 /exwm-systemtray.el
parente95b9ebf1d3dc8e78ae02875f388a2876d54dd94 (diff)
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.
Diffstat (limited to 'exwm-systemtray.el')
-rw-r--r--exwm-systemtray.el5
1 files changed, 1 insertions, 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