From 8cde8fab23eafd53a0456a544ba0add1b23d2e3a Mon Sep 17 00:00:00 2001 From: wp Date: Thu, 17 Aug 2023 17:40:37 -0500 Subject: [PATCH] Add 'conky2.md' --- conky2.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 conky2.md diff --git a/conky2.md b/conky2.md new file mode 100644 index 0000000..59ddc58 --- /dev/null +++ b/conky2.md @@ -0,0 +1,14 @@ +# Conky-Manager2 + +## References + +Most Current Github Repo [https://github.com/zcot/conky-manager2](https://github.com/zcot/conky-manager2). +Most Current Package [https://launchpad.net/~teejee2008/+archive/ubuntu/foss](https://launchpad.net/~teejee2008/+archive/ubuntu/foss). + +## Setting up + +```bash +sudo add-apt-repository ppa:teejee2008/foss +sudo apt update +sudo apt install conky-manager2 +```