Update XMonad config

This commit is contained in:
2024-04-18 17:08:11 +02:00
parent 25ec05c49a
commit e68921b7f9
3 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ Config { overrideRedirect = False
, allDesktops = True
, pickBroadest = True
, commands = [ Run Weather "LZIB"
[ "--template", "<skyCondition> <tempC>°C"
[ "--template", "<weather> <tempC>°C"
, "-L", "0"
, "-H", "25"
, "--low" , "lightblue"
@ -52,5 +52,5 @@ Config { overrideRedirect = False
]
, sepChar = "%"
, alignSep = "}{"
, template = "%XMonadLog% | %uptime% }{ %multicpu% | %coretemp% | %memory% | %kbd% | %LZIB% | %date% "
, template = "%XMonadLog% }{ %multicpu% | %coretemp% | %memory% | %kbd% | %LZIB% | %date% "
}

View File

@ -8,7 +8,7 @@ Config { overrideRedirect = False
, allDesktops = True
, pickBroadest = True
, commands = [ Run Weather "LZIB"
[ "--template", "<skyCondition> <tempC>°C"
[ "--template", "<weather> <tempC>°C"
, "-L", "0"
, "-H", "25"
, "--low" , "lightblue"