diff --git a/src/xmobar.hs b/src/xmobar.hs index 2c67447..fe031a8 100644 --- a/src/xmobar.hs +++ b/src/xmobar.hs @@ -52,7 +52,7 @@ config = DateZone (grey2 "%A %B %d %Y " ++ yellow "%H:%M:%S") "" - "America/Los_Angeles" + "Australia/Perth" "date" (1 `seconds`) , -- Weather StationID Args RefreshRate @@ -69,7 +69,7 @@ config = Run $ DiskU [ ("/", inWrapper' (ppTitle "System" ++ ppDiskSpace)) - , ("/home/sajenim", inWrapper' (ppTitle "Home" ++ ppDiskSpace)) + , ("/home/sajenim/.local/share/Steam", inWrapper' (ppTitle "Games" ++ ppDiskSpace)) ] [] (30 `minutes`)