Introduction
Introduction Statistics Contact Development Disclaimer Help
tOptimize for space - spoon - dwm status utility (2f30 fork)
git clone git://src.adamsgaard.dk/spoon
Log
Files
Refs
LICENSE
---
commit 8935e685dc992cdfb2d115976801690713fdc05f
parent d81d2abfc17bd2fd3e4b40fe603b6e8c42729a2f
Author: lostd <[email protected]>
Date: Sun, 15 May 2016 14:22:40 +0100
Optimize for space
Diffstat:
M spoon.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/spoon.c b/spoon.c
t@@ -25,10 +25,10 @@ struct ent {
int (*read)(char *, size_t);
} ents[] = {
/* reorder this if you want */
- { .fmt = " [%s]", .read = mpdread },
- { .fmt = " [%s]", .read = xkblayoutread },
- { .fmt = " [%s%%]", .read = battread },
- { .fmt = " %s", .read = dateread },
+ { .fmt = "[%s] ", .read = mpdread },
+ { .fmt = "[%s] ", .read = xkblayoutread },
+ { .fmt = "[%s%%] ", .read = battread },
+ { .fmt = "%s", .read = dateread },
};
int
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.