mirror of
https://github.com/agresdominik/dotfiles.git
synced 2026-04-21 18:05:50 +00:00
Bunch of changes, fuzzy document finder
This commit is contained in:
+6
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user