aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEduardo Pedroni <e.pedroni91@gmail.com>2017-09-08 19:33:04 +0200
committerEduardo Pedroni <e.pedroni91@gmail.com>2017-09-08 19:33:04 +0200
commit77d9455fe5d83bfc6e7215c5e2e50eed97f89ff8 (patch)
treea699bb6575e30e2a49dc6ce9a99f9a619d362a22
parent5af707d5eb0d7d3912e0e4bfa64ffe8f8400212e (diff)
Minor patch to dwm-statusbar
-rwxr-xr-xdwm-statusbar2
1 files changed, 1 insertions, 1 deletions
diff --git a/dwm-statusbar b/dwm-statusbar
index 3008609..dc32cfc 100755
--- a/dwm-statusbar
+++ b/dwm-statusbar
@@ -24,7 +24,7 @@ wlan_adapter=""
print_date() {
- echo -ne "${colour_normal}$(date "+%d/%m/%y")"
+ echo -ne "${colour_normal}$(date "+%d.%m.%y")"
}
print_time() {