change process name

Former-commit-id: 074dc5864b
This commit is contained in:
Hadi
2025-02-21 15:49:49 +01:00
parent 92e165396d
commit d22a30be53

View File

@@ -38,7 +38,7 @@ let
'';
hyprpanel-reload = pkgs.writeShellScriptBin "hyprpanel-reload" ''
[ $(pgrep "ags") ] && pkill ags
[ $(pgrep "hyprpanel") ] && pkill hyprpanel
hyprctl dispatch exec hyprpanel
'';
in {