Update XMonad config

This commit is contained in:
2024-05-02 13:38:38 +02:00
parent c14eef0e38
commit 9795fbffee
3 changed files with 7 additions and 4 deletions

View File

@ -9,7 +9,7 @@ Config { overrideRedirect = False
, pickBroadest = True
, commands = [ Run Weather "LZIB"
[ "--template", "<weather> <tempC>°C"
, "-L", "0"
, "-L", "5"
, "-H", "25"
, "--low" , "#8caaee"
, "--normal" , "#a6d189"

View File

@ -9,7 +9,7 @@ Config { overrideRedirect = False
, pickBroadest = True
, commands = [ Run Weather "LZIB"
[ "--template", "<weather> <tempC>°C"
, "-L", "0"
, "-L", "5"
, "-H", "25"
, "--low" , "#8caaee"
, "--normal" , "#a6d189"