xmobar: change weather location

This commit is contained in:
Primrose 2025-08-11 22:45:22 +02:00
parent 0ea8ddb549
commit 3c2fc8fb8d
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -42,7 +42,7 @@ config =
, Run XMonadLog , Run XMonadLog
, Run $ , Run $
Weather Weather
"LFRN" "RCSS"
[ "-t", "<station>: <tempC>°C" [ "-t", "<station>: <tempC>°C"
, "-L","10", "-H", "25" , "-L","10", "-H", "25"
, "--normal", "white" , "--normal", "white"
@ -63,7 +63,7 @@ config =
, "<fc=#c9c9c9>[TST: %tstClock%]</fc>" , "<fc=#c9c9c9>[TST: %tstClock%]</fc>"
] ]
<> " " <> " "
, " %LFRN% " , " %RCSS% "
, " %battery%, %powerprofilesctl%) " , " %battery%, %powerprofilesctl%) "
, " %hereClock% (j%tomorrow%) " , " %hereClock% (j%tomorrow%) "
] ]