From 28db22aa746237e230018db45ba5f285ea4833c1 Mon Sep 17 00:00:00 2001 From: "Adrian C. (anrxc)" Date: Wed, 20 Oct 2010 01:56:49 +0200 Subject: play: changed counter style after ncmpc --- play | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/play b/play index e522b08..dbf74be 100644 --- a/play +++ b/play @@ -265,7 +265,7 @@ class CounterWindow(Window): self.move(0, 0) # Color of the statusbar counter self.attron(curses.color_pair(1)) - self.insstr("%02dh %02dm %02ds" % (h, m, s)) + self.insstr("[%02d:%02d:%02d]" % (h, m, s)) self.attroff(curses.color_pair(1)) self.touchwin() self.refresh() -- cgit v1.2.3