vanadium/xmobar: cute weather module

This commit is contained in:
Primrose 2025-07-01 20:06:27 +02:00
parent f38aaa62af
commit 32b6fbccf0
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA

View file

@ -41,10 +41,19 @@
, "red" , "red"
] ]
100 100
] , Run
Weather "LFRN"
[ "-t", "<station>: <tempC>C"
, "-L","10", "-H", "25"
, "--normal", "white"
, "--high", "orange"
, "--low", "blue"
]
18000
]
, sepChar = "%" , sepChar = "%"
, alignSep = "}{" , alignSep = "}{"
, template = " %XMonadLog% }{ %dynnetwork% | %battery% | %date% " , template = " %XMonadLog% }{ %dynnetwork% | %LFRN% | %battery% | %date% "
} }
''; '';
}; };