Introduction
Introduction Statistics Contact Development Disclaimer Help
tReorder defaults - spoon - dwm status utility (2f30 fork)
git clone git://src.adamsgaard.dk/spoon
Log
Files
Refs
LICENSE
---
commit bd267c89fae5f0adcd154693d9b863ac7ee458d7
parent ff5d7123662884975ea6f343746dd6206f1153b1
Author: lostd <[email protected]>
Date: Tue, 24 May 2016 21:44:35 +0100
Reorder defaults
Diffstat:
M spoon.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
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 },
};
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.