From 3c2fc8fb8d4b55984ba41548cc62311f4998ac87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Mon, 11 Aug 2025 22:45:22 +0200 Subject: [PATCH] xmobar: change weather location --- nix/configurations/vanadium/home/xmobar/xmobar.hs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nix/configurations/vanadium/home/xmobar/xmobar.hs b/nix/configurations/vanadium/home/xmobar/xmobar.hs index 8e5a1890..8a2ec23f 100644 --- a/nix/configurations/vanadium/home/xmobar/xmobar.hs +++ b/nix/configurations/vanadium/home/xmobar/xmobar.hs @@ -42,7 +42,7 @@ config = , Run XMonadLog , Run $ Weather - "LFRN" + "RCSS" [ "-t", ": °C" , "-L","10", "-H", "25" , "--normal", "white" @@ -63,7 +63,7 @@ config = , "[TST: %tstClock%]" ] <> " " - , " %LFRN% " + , " %RCSS% " , " %battery%, %powerprofilesctl%) " , " %hereClock% (j%tomorrow%) " ]