From 036c889c4a4f7f59d1e1a592586b54c5c5e93005 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Sun, 26 May 2024 20:10:26 +0500 Subject: initial commit --- conky/start-conky.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 conky/start-conky.sh (limited to 'conky/start-conky.sh') diff --git a/conky/start-conky.sh b/conky/start-conky.sh new file mode 100755 index 0000000..f78d51d --- /dev/null +++ b/conky/start-conky.sh @@ -0,0 +1,3 @@ +#!/bin/bash +conky -c $HOME/.config/conky/conky.conf & +conky -c $HOME/.config/conky/conky_stats.conf & -- cgit v1.2.3