1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
From 0c505ba8e6116738674b1c213b6008a56ec6beb3 Mon Sep 17 00:00:00 2001
From: Jari Aalto <jari.aalto@cante.net>
Date: Mon, 26 Sep 2011 11:39:35 +0300
Subject: [PATCH] example.jwmrc: Set clock format 24h
Organization: Private
Content-Type: text/plain; charset="utf-8"
Content-Transfer-Encoding: 8bit
Signed-off-by: Jari Aalto <jari.aalto@cante.net>
---
example.jwmrc | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/example.jwmrc b/example.jwmrc
index e7b15e9..2a7c777 100644
--- a/example.jwmrc
+++ b/example.jwmrc
@@ -81,7 +81,7 @@
xload -nolabel -bg black -fg red -hl white
</Swallow>
- <Clock>xclock</Clock>
+ <Clock format="%H:%M">xclock</Clock>
</Tray>
--
1.7.5.4
|