Bunch of changes, fuzzy document finder

This commit is contained in:
2026-03-11 11:42:24 +01:00
parent 7dfa279413
commit b768d53ab8
7 changed files with 43 additions and 7 deletions
+6 -1
View File
@@ -7,6 +7,11 @@ color=#00b894
command=echo "[$USER@$HOSTNAME ~]"
interval=once
[uptime]
command=awk '{t=int($1); d=t/86400; h=(t%86400)/3600; m=(t%3600)/60; if(d>0) printf "%dd %02d:%02dh\n", d,h,m; else printf "%02d:%02dh\n", h,m}' /proc/uptime
interval=60
label=UPT:
[homelab]
command=/home/agres/.config/i3/scripts/lab.sh
interval=60
@@ -41,5 +46,5 @@ interval=10
label=MEM:
[time]
command=date '+%d.%m %H:%M:%S'
command=date '+%d.%m %H:%M'
interval=1