change timezone and disk location
This commit is contained in:
parent
b6e306778c
commit
3b31789a36
1 changed files with 2 additions and 2 deletions
|
|
@ -52,7 +52,7 @@ config =
|
||||||
DateZone
|
DateZone
|
||||||
(grey2 "%A %B %d %Y " ++ yellow "%H:%M:%S")
|
(grey2 "%A %B %d %Y " ++ yellow "%H:%M:%S")
|
||||||
""
|
""
|
||||||
"America/Los_Angeles"
|
"Perth/Australia"
|
||||||
"date"
|
"date"
|
||||||
(1 `seconds`)
|
(1 `seconds`)
|
||||||
, -- Weather StationID Args RefreshRate
|
, -- Weather StationID Args RefreshRate
|
||||||
|
|
@ -69,7 +69,7 @@ config =
|
||||||
Run $
|
Run $
|
||||||
DiskU
|
DiskU
|
||||||
[ ("/", inWrapper' (ppTitle "System" ++ ppDiskSpace))
|
[ ("/", inWrapper' (ppTitle "System" ++ ppDiskSpace))
|
||||||
, ("/home/sajenim", inWrapper' (ppTitle "Home" ++ ppDiskSpace))
|
, ("/home/sajenim/.local/share/Steam/", inWrapper' (ppTitle "Games" ++ ppDiskSpace))
|
||||||
]
|
]
|
||||||
[]
|
[]
|
||||||
(30 `minutes`)
|
(30 `minutes`)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue