From 58a44e2477ad24e5e6d478533a8b61b985a94994 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 30 Sep 2024 21:51:31 +0200 Subject: Replace cowsay with figlet --- tmuxp/main.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tmuxp/main.yml b/tmuxp/main.yml index 6002768..a41de4d 100644 --- a/tmuxp/main.yml +++ b/tmuxp/main.yml @@ -14,10 +14,10 @@ windows: focus: true layout: '9c05,158x41,0,0{79x41,0,0,21,78x41,80,0[78x20,80,0,22,78x20,80,21,23]}' panes: - - cowsay welcome - - cowsay to - - cowsay computer + - figlet welcome + - figlet to + - figlet computer - window_name: proj start_directory: '~/Projects' panes: - - cowsay projects + - figlet projects -- cgit