gamemode: Specify location used

This commit is contained in:
Donovan Glover 2023-06-14 08:41:14 -04:00
parent 6e61915182
commit 080a491b20
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65

View File

@ -54,8 +54,8 @@ let VARIABLES = import ./variables.nix; in {
};
custom = {
start = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode started.'";
end = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode ended.";
start = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode started from host.'";
end = "${pkgs.libnotify}/bin/notify-send 'Note' 'gamemode ended from host.";
};
};
};