change process name

Former-commit-id: 074dc5864b
This commit is contained in:
Hadi
2025-02-21 15:49:49 +01:00
parent e0d5782f70
commit e2e886736d
+1 -1
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 {