log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial
>
dotfiles
annotate .xmobarrc @ 491:
4b2472372fad
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
mcfly: move binding to ^T instead of ^R I've found some bugs in mcfly's handling of multi-line history entries. I still think it's a useful tool, just maybe less than I was hoping for now...
author
Augie Fackler <raf@durin42.com>
date
Wed, 01 Jul 2020 13:33:46 -0400 (2020-07-01)
parents
cf3ed4aa3e52
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
199
cf3ed4aa3e52
Track xmobarrc
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
+
−
1
Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
cf3ed4aa3e52
Track xmobarrc
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
+
−
2
, bgColor = "black"
cf3ed4aa3e52
Track xmobarrc
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
+
−
3
, fgColor = "grey"
cf3ed4aa3e52
Track xmobarrc
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
+
−
4
, position = Top
cf3ed4aa3e52
Track xmobarrc
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
+
−
5
, lowerOnStart = True
cf3ed4aa3e52
Track xmobarrc
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
+
−
6
, commands = [ Run Weather "KPWK" ["-t","
<tempC>
C/
<tempF>
F,
<skyCondition>
, RH
<rh>
%"] 36000
cf3ed4aa3e52
Track xmobarrc
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
+
−
7
, Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 50
cf3ed4aa3e52
Track xmobarrc
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
+
−
8
, Run Memory ["-t","Mem:
<usedratio>
%"] 50
cf3ed4aa3e52
Track xmobarrc
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
+
−
9
, Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
cf3ed4aa3e52
Track xmobarrc
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
+
−
10
]
cf3ed4aa3e52
Track xmobarrc
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
+
−
11
, sepChar = "%"
cf3ed4aa3e52
Track xmobarrc
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
+
−
12
, alignSep = "}{"
cf3ed4aa3e52
Track xmobarrc
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
+
−
13
, template = "%cpu% | %memory% }{ %KPWK% |
<fc
=#ee9a00
>
%date%
</fc>
"
cf3ed4aa3e52
Track xmobarrc
Augie Fackler <durin42@gmail.com>
parents:
diff
changeset
+
−
14
}