summaryrefslogtreecommitdiffstats
path: root/xmobarrc
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2010-02-01 20:18:21 -0600
committerJesse Luehrs <doy@tozt.net>2010-02-01 20:18:21 -0600
commit9a25c39a3da6e831aee7ec652e4c97c023d443b3 (patch)
tree50e9d2c8e09660969f40e4abb2d57cfbdc35778d /xmobarrc
parent3ba9bef2f7a6ed72335f3eb5ccf33b61e85fead3 (diff)
downloadconf-9a25c39a3da6e831aee7ec652e4c97c023d443b3.tar.gz
conf-9a25c39a3da6e831aee7ec652e4c97c023d443b3.zip
change weather monitor location
Diffstat (limited to 'xmobarrc')
-rw-r--r--xmobarrc4
1 files changed, 2 insertions, 2 deletions
diff --git a/xmobarrc b/xmobarrc
index 9857aa7..fd32fdf 100644
--- a/xmobarrc
+++ b/xmobarrc
@@ -3,7 +3,7 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
, fgColor = "grey"
, position = Bottom
, lowerOnStart = True
- , commands = [ Run Weather "KCMI" ["-t","<tempF>F","-L","50","-H","75","--normal","darkgreen","--high","darkred","--low","lightblue"] 36000
+ , commands = [ Run Weather "KBLV" ["-t","<tempF>F","-L","50","-H","75","--normal","darkgreen","--high","darkred","--low","lightblue"] 36000
, Run Network "wlan0" ["-L","0","-H","32","--normal","darkgreen","--high","darkred"] 10
, Run Cpu ["-L","3","-H","50","--normal","darkgreen","--high","darkred"] 10
, Run Memory ["-t","Mem: <usedratio>%"] 10
@@ -14,5 +14,5 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
]
, sepChar = "%"
, alignSep = "}{"
- , template = "%StdinReader% }{ %KCMI% | %cpu% | %memory% * %swap% | %wlan0% | %battery% | <fc=#ee9a00>%date%</fc>"
+ , template = "%StdinReader% }{ %KBLV% | %cpu% | %memory% * %swap% | %wlan0% | %battery% | <fc=#ee9a00>%date%</fc>"
}