From b7041824bac6d322361f5330cc2362e27dcc4591 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Tue, 22 Sep 2015 21:51:47 -0600 Subject: [PATCH] changed order --- dwmstatus.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dwmstatus.sh b/dwmstatus.sh index dd2ebd2..18c4379 100755 --- a/dwmstatus.sh +++ b/dwmstatus.sh @@ -104,4 +104,4 @@ int(){ } # Pipe to statusbar -xsetroot -name "$(msc) $(load) $(mem) $(int) $(bat) $(vol) $(dte) " +xsetroot -name "$(msc) $(vol) $(load) $(mem) $(int) $(bat) $(dte) "