From 080a491b20c355e98be4d9c3ba44d09c24748dc0 Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Wed, 14 Jun 2023 08:41:14 -0400 Subject: [PATCH] gamemode: Specify location used --- src/main.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.nix b/src/main.nix index b8eefc9..27ec812 100644 --- a/src/main.nix +++ b/src/main.nix @@ -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."; }; }; };