diff options
| author | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-30 21:51:31 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <git@r.bdr.sh> | 2024-09-30 21:51:31 +0200 |
| commit | 58a44e2477ad24e5e6d478533a8b61b985a94994 (patch) | |
| tree | c5401ded8bc0614911e6c6c433477347ed5d0c7f /tmuxp | |
| parent | 02b3d8cfa01d3ae9fb8444cd3a787abe17a20e36 (diff) | |
Replace cowsay with figlet
Diffstat (limited to 'tmuxp')
| -rw-r--r-- | tmuxp/main.yml | 8 |
1 files 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 |