commit bd267c89fae5f0adcd154693d9b863ac7ee458d7
parent ff5d7123662884975ea6f343746dd6206f1153b1
Author: lostd <lostd@2f30.org>
Date: Tue, 24 May 2016 21:44:35 +0100
Reorder defaults
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/spoon.c b/spoon.c
@@ -31,11 +31,11 @@ struct ent {
/* reorder this if you want */
{ .fmt = "[%s] ", .read = mpdread },
{ .fmt = "[%s] ", .read = mixread },
- { .fmt = "[%s] ", .read = xkblayoutread },
{ .fmt = "[%s] ", .read = cpuread },
{ .fmt = "[%s] ", .read = tempread },
{ .fmt = "%s ", .read = battread },
{ .fmt = "%s ", .read = wifiread },
+ { .fmt = "[%s] ", .read = xkblayoutread },
{ .fmt = "%s", .read = dateread },
};