summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2014-02-25 19:44:44 +0100
committerMattias Andrée <maandree@operamail.com>2014-02-25 19:44:44 +0100
commitb2bc7feeeab1837fa4e4b80f54aeec3cb0a805be (patch)
tree33641d8f02387adeaedac8b5324e25c82d7121c9 /examples
parentprint colour temperature in xmobar example (diff)
downloadblueshift-b2bc7feeeab1837fa4e4b80f54aeec3cb0a805be.tar.gz
blueshift-b2bc7feeeab1837fa4e4b80f54aeec3cb0a805be.tar.bz2
blueshift-b2bc7feeeab1837fa4e4b80f54aeec3cb0a805be.tar.xz
remove brackets from xmobar example
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples')
-rw-r--r--examples/xmobar2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xmobar b/examples/xmobar
index 9473e03..f25d984 100644
--- a/examples/xmobar
+++ b/examples/xmobar
@@ -27,5 +27,5 @@ whitepoint = whitepoint[0] + whitepoint[1] + whitepoint[2]
# Print information.
-print('<fc=#%s>%i</fc>K (%.1f° %.2f%%)' % (whitepoint, int(temperature_now), elevation, dayness))
+print('<fc=#%s>%i</fc>K %.1f° %.2f%%' % (whitepoint, int(temperature_now), elevation, dayness))