From 4ccd9e4806d6aa241dae45ef6f2b911a345dd97d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 1 Mar 2024 09:21:52 +0200 Subject: [PATCH] bash/usr-local-bin/htop: functional htop for menu --- bash/usr-local-bin/.gitignore | 1 + bash/usr-local-bin/foot-htop | 2 ++ bash/usr-local-bin/htop-foot | 1 + 3 files changed, 4 insertions(+) create mode 100755 bash/usr-local-bin/foot-htop create mode 120000 bash/usr-local-bin/htop-foot diff --git a/bash/usr-local-bin/.gitignore b/bash/usr-local-bin/.gitignore index 5f19a1a..ffa1f3d 100644 --- a/bash/usr-local-bin/.gitignore +++ b/bash/usr-local-bin/.gitignore @@ -1,2 +1,3 @@ edge libreawoo +htop-foot diff --git a/bash/usr-local-bin/foot-htop b/bash/usr-local-bin/foot-htop new file mode 100755 index 0000000..89e592c --- /dev/null +++ b/bash/usr-local-bin/foot-htop @@ -0,0 +1,2 @@ +#!/usr/bin/env bash +/usr/bin/env foot --title=htop\ \|\ foot /usr/bin/env htop diff --git a/bash/usr-local-bin/htop-foot b/bash/usr-local-bin/htop-foot new file mode 120000 index 0000000..8e1e21c --- /dev/null +++ b/bash/usr-local-bin/htop-foot @@ -0,0 +1 @@ +foot-htop \ No newline at end of file