summaryrefslogtreecommitdiff
path: root/xmonad/xmobar.hs
diff options
context:
space:
mode:
authorKJ Ørbekk <orbekk@google.com>2016-07-07 15:01:54 -0400
committerKJ Ørbekk <orbekk@google.com>2016-07-07 15:01:54 -0400
commited2f8e1fa0b622cd38526064b0c74923a840562c (patch)
tree2a30addfd571e72e90e23553d8d328b41d6656db /xmonad/xmobar.hs
parent40e0fdc35256c448f9b86387a9a3a7e0751ed730 (diff)
parentccc350ab2a80663af7e148364a05b29d92483d95 (diff)
Merge branch 'master' of sabaki.kk.orbekk.com:/storage/projects/dotfiles
Diffstat (limited to 'xmonad/xmobar.hs')
-rw-r--r--xmonad/xmobar.hs17
1 files changed, 9 insertions, 8 deletions
diff --git a/xmonad/xmobar.hs b/xmonad/xmobar.hs
index 503da09..a1a68d3 100644
--- a/xmonad/xmobar.hs
+++ b/xmonad/xmobar.hs
@@ -8,16 +8,17 @@ Config { font = "xft:Source Code Pro:size=8:bold:antialias=true" -- "-*-Fixed-Bo
, commands = [
-- Run Weather "EGPF" ["-t","<skyCondition> <tempC>°C","-L","64","-H","77","--normal","green","--high","red","--low","lightblue"] 36000
Run Weather "KNYC"
- ["-t", "NYC: <skyCondition> <tempC>°C <rh>%"
+ ["-t", "<fc=lightblue>NYC</fc> <tempC>°C <skyCondition> <rh>%"
, "-L", "15", "-H", "25", "--normal", "green"
, "--high", "red", "--low", "lightblue"] 36000
, Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
- , Run Volume "default" "Master" [] 10
- , Run Brightness ["-t", "<fc=#ffffff><percent>%</fc>"] 10
- , Run Memory ["-t","Mem: <usedratio>%"] 600
+ , Run Volume "default" "Master" [
+ "-t", "♪ <volume> <status>"] 10
+ , Run Brightness ["-t", "☼<percent>%"] 10
+ -- , Run Memory ["-t","Mem: <usedratio>%"] 600
-- , Run Swap [] 10
- , Run Date "%a %b %_d %l:%M" "date" 10
- , Run DiskU [("/", "/: <used>/<size>")]
+ , Run Date "%a %b %_d <fc=darkorange>%H:%M:%S</fc>" "date" 10
+ , Run DiskU [("/", "<fc=#eeeeee>/</fc> <used>/<size>")]
["-L", "20", "-H", "50", "-m", "1", "-p", "3"] 1000
, Run StdinReader
-- , Run DynNetwork [
@@ -29,7 +30,7 @@ Config { font = "xft:Source Code Pro:size=8:bold:antialias=true" -- "-*-Fixed-Bo
-- , "--high" , "red"
-- ] 100
, Run BatteryP ["BAT0"] [
- "--template" , "Batt: <acstatus>"
+ "--template" , "⚡ <acstatus>"
, "--Low" , "10" -- units: %
, "--High" , "80" -- units: %
, "--low" , "darkred"
@@ -46,7 +47,7 @@ Config { font = "xft:Source Code Pro:size=8:bold:antialias=true" -- "-*-Fixed-Bo
]
, sepChar = "%"
, alignSep = "}{"
- , template = "%StdinReader% }{ %default:Master% : %bright% : %battery% : %disku% %memory% : <fc=lightblue>%date%</fc> : %KNYC%"
+ , template = "%StdinReader% }{ %default:Master% %bright% %battery% %disku% %date% %KNYC%"
}
-- Config {