From 3b31789a36db77a08af94365d355b70bfb25a7d2 Mon Sep 17 00:00:00 2001 From: jasmine Date: Thu, 29 Jan 2026 01:24:56 +0800 Subject: [PATCH] change timezone and disk location --- src/xmobar.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/xmobar.hs b/src/xmobar.hs index 2c67447..b38452e 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" + "Perth/Australia" "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`)