diff options
Diffstat (limited to 'dwm-statusbar')
-rwxr-xr-x | dwm-statusbar | 2 |
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() { |