summaryrefslogtreecommitdiffhomepage
path: root/xmobar.config-sample
diff options
context:
space:
mode:
authorAndrea Rossato <andrea.rossato@ing.unitn.it>2007-09-15 18:36:33 +0200
committerAndrea Rossato <andrea.rossato@ing.unitn.it>2007-09-15 18:36:33 +0200
commitef2e760922b334b1736a896fa5d947cda2d8fccb (patch)
treea340d1ab01c2954d6085d52764eae94bca2abb64 /xmobar.config-sample
parent36767fbae898f08b0a5deb3c94eba9f8c8dd1729 (diff)
downloadxmobar-ef2e760922b334b1736a896fa5d947cda2d8fccb.tar.gz
xmobar-ef2e760922b334b1736a896fa5d947cda2d8fccb.tar.bz2
Added Date to default config
darcs-hash:20070915163633-d6583-b61b6e05ae604b24015dacd61510f650c4c6dee1.gz
Diffstat (limited to 'xmobar.config-sample')
-rw-r--r--xmobar.config-sample5
1 files changed, 2 insertions, 3 deletions
diff --git a/xmobar.config-sample b/xmobar.config-sample
index 3092cbc..b705877 100644
--- a/xmobar.config-sample
+++ b/xmobar.config-sample
@@ -11,12 +11,11 @@ Config { font = "-misc-fixed-*-*-*-*-10-*-*-*-*-*-*-*"
, Run Network "eth0" ["-L","0","-H","32","--normal","green","--high","red"] 10
, Run Network "eth1" ["-L","0","-H","32","--normal","green","--high","red"] 10
, Run Cpu ["-L","3","-H","50","--normal","green","--high","red"] 10
- , Run Com "date" ["+\"%a %b %_d %H:%M\""] "mydate" 600
- , Run Com "date" ["+%Y"] "year" 304128000
, Run Memory ["-t","Mem: <usedratio>%"] 10
, Run Swap [] 10
, Run Com "uname" ["-s","-r"] "" 36000
+ , Run Date "%a %b %_d %Y %H:%M:%S" "date" 10
]
, sepChar = "%"
- , template = "%cpu% | %memory% * %swap% | %eth0% - %eth1% | %EGPF% | <fc=#ee9a00>%mydate% of %year%</fc> %uname%"
+ , template = "%cpu% | %memory% * %swap% | %eth0% - %eth1% | %EGPF% | <fc=#ee9a00>%date%</fc> %uname%"
}