Skip to content

Commit e0d27a6

Browse files
Fix hacky
1 parent ff8d0f8 commit e0d27a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/TerminalSystemMonitor.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ function layout(x, y)
8888
barplot(
8989
["Mem: "],
9090
[memoryusage],
91-
title= join(
91+
xlabel= join(
9292
[
9393
"Load average: " * join(string.(round.(Sys.loadavg(), digits=2)),' '),
94-
" Uptime: $(max(Day(0), Day(datetime)-Day(1))), $(Dates.format(datetime, "HH:MM:SS"))",
94+
" Uptime: $(max(Day(0), Day(datetime)-Day(1))), $(Dates.format(datetime, "HH:MM:SS"))",
9595
],
9696
'\n',
9797
),

0 commit comments

Comments
 (0)