From 8b4d85199bdd2d9ef04342c8a2b73f31c3530669 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 24 Jul 2025 03:26:53 +0200 Subject: Update --- .conkyrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.conkyrc') diff --git a/.conkyrc b/.conkyrc index 8f87f10..9a0bb84 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} ${time %Y-%m-%d} +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} ${hr} Uptime${alignr} $uptime Kernel${alignr} $kernel -- cgit v1.2.3