From 1935175e0ae3c50d6bff3e71e5bd96814b97ae48 Mon Sep 17 00:00:00 2001 From: Rutherther Date: Thu, 27 Mar 2025 18:50:22 +0100 Subject: [PATCH] fix: waybar should require wayland-display --- modules/ruther/home/services/wayland.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ruther/home/services/wayland.scm b/modules/ruther/home/services/wayland.scm index 2d9c122..cdda994 100644 --- a/modules/ruther/home/services/wayland.scm +++ b/modules/ruther/home/services/wayland.scm @@ -284,7 +284,7 @@ ie. to get manager running when applet is clicked on.") (list (shepherd-service (documentation "Waybar daemon") - (requirement '(dbus)) + (requirement '(wayland-display dbus)) (provision '(waybar)) (auto-start? #f) (modules %display-environ-modules) -- 2.48.1