~ruther/guix-config

88e973df46d0dde5826cd743d351a443dd602166 — Rutherther 8 days ago 9b2faa1
fix: custom waybar should keep upstream patches
1 files changed, 2 insertions(+), 2 deletions(-)

M home/modules/ruther/home/dwl/wm.scm
M home/modules/ruther/home/dwl/wm.scm => home/modules/ruther/home/dwl/wm.scm +2 -2
@@ 45,8 45,8 @@
    (origin
     (inherit (package-source waybar))
     (patches
      (list (local-file "dwl-ipc-waybar.patch")
            (local-file "waybar-fix-tray-icons.patch")))))))
      (cons* (local-file "dwl-ipc-waybar.patch")
            (origin-patches (package-source waybar))))))))

(define-public (make-dwl-xwayland dwl)
  (package/inherit dwl

Do not follow this link