tReorder defaults - spoon - dwm status utility (2f30 fork)
 (HTM) git clone git://src.adamsgaard.dk/spoon
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit bd267c89fae5f0adcd154693d9b863ac7ee458d7
 (DIR) parent ff5d7123662884975ea6f343746dd6206f1153b1
 (HTM) Author: lostd <lostd@2f30.org>
       Date:   Tue, 24 May 2016 21:44:35 +0100
       
       Reorder defaults
       
       Diffstat:
         M spoon.c                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/spoon.c b/spoon.c
       t@@ -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 },
        };