mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-08-28 02:24:12 -05:00
feat(home/waypipe): add title prefix
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
Service = {
|
||||
Type = "simple";
|
||||
ExecStartPre = "${lib.getExe' pkgs.coreutils "mkdir"} %h/.waypipe -p";
|
||||
ExecStart = "${lib.getExe pkgs.waypipe} --socket %h/.waypipe/server.sock --login-shell --display %h/.waypipe/display server -- ${lib.getExe' pkgs.coreutils "sleep"} infinity";
|
||||
ExecStart = "${lib.getExe pkgs.waypipe} --socket %h/.waypipe/server.sock --title-prefix '[%H] ' --login-shell --display %h/.waypipe/display server -- ${lib.getExe' pkgs.coreutils "sleep"} infinity";
|
||||
ExecStopPost = "${lib.getExe' pkgs.coreutils "rm"} -f %h/.waypipe/server.sock %h/.waypipe/display";
|
||||
};
|
||||
Install.WantedBy = ["default.target"];
|
||||
|
||||
Reference in New Issue
Block a user