From 5ac5bb107a630ec1eb5529b356bc7590c6ebb102 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Mon, 4 Aug 2025 14:24:24 +0200 Subject: Update --- .conkyrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.conkyrc') diff --git a/.conkyrc b/.conkyrc index 9a0bb84..b967716 100644 --- a/.conkyrc +++ b/.conkyrc @@ -17,7 +17,7 @@ conky.config = { } conky.text = [[ -Group: ${exec wmctrl -l | awk -v id=$(printf "0x%08x" "$(xdotool getwindowfocus)") '$1 == id {print $2}'}${alignr}${time %a} ${time %H:%M:%S} ${time %Y-%m-%d} +Group: ${exec wmctrl -l | awk -v id=$(printf "0x%08x" "$(xdotool getwindowfocus)") '$1 == id {print $2}'}${alignr}${time %a} ${time %d.%m.%Y} ${time %H:%M:%S} ${hr} Uptime${alignr} $uptime Kernel${alignr} $kernel -- cgit v1.2.3