From f36bef6bde35d671059ac2f8a2d0d1179da9e40d Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Sat, 26 Apr 2025 18:27:08 +0200 Subject: [PATCH] edit keyboard-backlight Former-commit-id: 62ceddf5f8c9b311ecd6c908ab771c9001bb4d40 --- home/system/hyprland/keyboard-backlight.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/system/hyprland/keyboard-backlight.nix b/home/system/hyprland/keyboard-backlight.nix index 5831f7c..7555ff6 100644 --- a/home/system/hyprland/keyboard-backlight.nix +++ b/home/system/hyprland/keyboard-backlight.nix @@ -28,6 +28,6 @@ let sleep 2 done ''; -in { - wayland.windowManager.hyprland.settings.exec-once = [ keyboard-backlight ]; -} + + command = "bash ${keyboard-backlight}/bin/keyboard-backlight &"; +in { wayland.windowManager.hyprland.settings.exec-once = [ command ]; }