diff options
author | Alan Pearce | 2014-07-12 17:18:37 +0100 |
---|---|---|
committer | Alan Pearce | 2014-07-12 17:18:37 +0100 |
commit | cf3ad2a066cbe9272cd7b8e6a60813be1073a424 (patch) | |
tree | bb1309cc5eae3995a691dd08aa6c256f6ca5b96f /tag-xmobar/xmobarrc | |
parent | 71addd8478d03ba9e363b1b04e0b785872554291 (diff) | |
download | nixfiles-cf3ad2a066cbe9272cd7b8e6a60813be1073a424.tar.lz nixfiles-cf3ad2a066cbe9272cd7b8e6a60813be1073a424.tar.zst nixfiles-cf3ad2a066cbe9272cd7b8e6a60813be1073a424.zip |
Xmobar: increase 'high' weather temperature
Diffstat (limited to 'tag-xmobar/xmobarrc')
-rw-r--r-- | tag-xmobar/xmobarrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tag-xmobar/xmobarrc b/tag-xmobar/xmobarrc index 6a04fd15..2d5f8cbc 100644 --- a/tag-xmobar/xmobarrc +++ b/tag-xmobar/xmobarrc @@ -9,7 +9,7 @@ Config { font = "-misc-termsyn-medium-r-normal--11-79-100-100-c-60-*-*" , persistent = True , commands = [ Run Weather "EGNX" ["-t", "<tempC>ÂșC" ,"-L", "12" - ,"-H", "18" + ,"-H", "22" ,"--low", "lightblue" ,"--normal", "green" ,"--high", "red" |