From f3bf6aafe04582c1f1fe3df3c0ab0cd64c7adf22 Mon Sep 17 00:00:00 2001 From: "Jill \"oatmealine\" Monoids" Date: Thu, 21 Mar 2024 11:25:28 +0300 Subject: [PATCH] further package consistency --- modules/desktop/waybar.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/desktop/waybar.nix b/modules/desktop/waybar.nix index 0e20abf..2ec496c 100644 --- a/modules/desktop/waybar.nix +++ b/modules/desktop/waybar.nix @@ -70,13 +70,13 @@ in { format = ""; tooltip = true; tooltip-format = "Exit Hyprland"; - on-click = "hyprctl dispatch exit"; + on-click = "${config.modules.desktop.hyprland.package}/bin/hyprctl dispatch exit"; }; "custom/lock" = { format = ""; tooltip = true; tooltip-format = "Lock the system"; - on-click = "hyprlock"; + on-click = "${lib.getExe config.modules.desktop.hyprlock.package}"; }; "custom/reboot" = { format = "↻";