From 0750df7d6138d9832cf3d890187cf0f99506bfa0 Mon Sep 17 00:00:00 2001 From: Anthony Debucquoy Date: Thu, 17 Sep 2026 13:18:09 +0200 Subject: [PATCH] system info --- conky/.config/conky/conky_status.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/conky/.config/conky/conky_status.conf b/conky/.config/conky/conky_status.conf index 650d45e..a66f75a 100644 --- a/conky/.config/conky/conky_status.conf +++ b/conky/.config/conky/conky_status.conf @@ -161,3 +161,7 @@ ${color grey}Processes $hr ${color gray}Count: $color$processes ${color grey}Infos $hr $color${font FiraCode Nerd Font:size=10}${execi 1800 curl -s 'wttr.in/?format=4'}$font +${color grey}System: $color${execi 60 systemctl is-failed} $alignr${color grey}User:$color${execi 60 systemctl --user is-failed} +${color grey}nc-sync:${execi 60 systemctl --user status nc-sync | awk '/Active:/ {sub(/[^;]*; /,"",$0);print;}'} +${color grey}vdirsyncer:${execi 60 systemctl --user status vdirsyncer | awk '/Active:/ {sub(/[^;]*; /,"",$0);print;}'} + ]]