From 32b6fbccf01bc041bb9e172f4500f2db784e63d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Tue, 1 Jul 2025 20:06:27 +0200 Subject: [PATCH] vanadium/xmobar: cute weather module --- nix/configurations/vanadium/home/xmobar.nix | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/nix/configurations/vanadium/home/xmobar.nix b/nix/configurations/vanadium/home/xmobar.nix index d8856b73..0d660ace 100644 --- a/nix/configurations/vanadium/home/xmobar.nix +++ b/nix/configurations/vanadium/home/xmobar.nix @@ -41,10 +41,19 @@ , "red" ] 100 - ] + , Run + Weather "LFRN" + [ "-t", ": C" + , "-L","10", "-H", "25" + , "--normal", "white" + , "--high", "orange" + , "--low", "blue" + ] + 18000 + ] , sepChar = "%" , alignSep = "}{" - , template = " %XMonadLog% }{ %dynnetwork% | %battery% | %date% " + , template = " %XMonadLog% }{ %dynnetwork% | %LFRN% | %battery% | %date% " } ''; };