Shorten widget
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
0ceaa13942
commit
90b4caa724
1 changed files with 1 additions and 1 deletions
|
@ -1,3 +1,3 @@
|
|||
#!/usr/bin/env zsh
|
||||
|
||||
printf "\uf2f2 %.1f Days\n" $(($(cut -d ' ' -f 1 </proc/uptime) / 86400.0))
|
||||
printf "\uf2f2 %.1fd\n" $(($(cut -d ' ' -f 1 </proc/uptime) / 86400.0))
|
||||
|
|
Loading…
Reference in a new issue