system info

This commit is contained in:
2026-09-17 13:18:09 +02:00
committed by Anthony Debucquoy
parent efde01267c
commit 7caa72b21e
+4 -1
View File
@@ -159,4 +159,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;}'}
]]