From 719ef7a115786d749464f6faeba5aeae5af9e764 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..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`)