2
0
Fork 0
mirror of https://github.com/ch11ng/exwm.git synced 2025-04-04 18:19:40 +02:00

Theme change hooks take an argument (the theme)

This commit is contained in:
Steven Allen 2022-11-05 08:21:05 -07:00
parent dbe665f518
commit 743a1c72da

View file

@ -451,7 +451,7 @@ indicate how to support actual transparency."
(exwm-systemtray--refresh-background-color)
(exwm-systemtray--refresh))
(defun exwm-systemtray--on-theme-change ()
(defun exwm-systemtray--on-theme-change (_theme)
"Refresh system tray upon theme change."
(exwm-systemtray--refresh-background-color))