diff --git a/nix/configurations/vanadium/home/xmobar/xmobar.hs b/nix/configurations/vanadium/home/xmobar/xmobar.hs
index 8e5a1890..8261a656 100644
--- a/nix/configurations/vanadium/home/xmobar/xmobar.hs
+++ b/nix/configurations/vanadium/home/xmobar/xmobar.hs
@@ -6,11 +6,18 @@ import Data.List (intercalate)
config :: Config
config =
defaultConfig
- { overrideRedirect = False
- , font = "Iosevka 13"
- , bgColor = "#000000"
- , fgColor = "#FFFFFF"
- , position = BottomH 30
+ {
+ -- as docked
+ overrideRedirect = False
+
+ -- For framework 13
+ , dpi = 150
+ , font = "Iosevka 8"
+ , fgColor = "#FFFFFF"
+ , bgColor = "#000000"
+ , position = BottomH 24
+ , textOffset = 2
+
, commands =
[ Run $ Date "%a %d %H:%M:%S" "hereClock" (1 &second)
, Run $ DateZone "%H:%M" "" "America/Aruba" "arubaClock" (1 &second)
@@ -51,17 +58,15 @@ config =
]
(15 &minute)
]
- , sepChar = "%"
- , alignSep = "}{"
, template =
" %XMonadLog% "
<> alignSep config
<> intercalate "|"
[ unwords
- [ "[Aruba: %arubaClock%]"
- , "[CET: %cetClock%]"
- , "[TST: %tstClock%]"
- ]
+ [ "[Aruba: %arubaClock%]"
+ , "[CET: %cetClock%]"
+ , "[TST: %tstClock%]"
+ ]
<> " "
, " %LFRN% "
, " %battery%, %powerprofilesctl%) "