Skip to content

Commit

Permalink
use MM/DD/YYYY for date
Browse files Browse the repository at this point in the history
  • Loading branch information
prabirshrestha committed Dec 8, 2019
1 parent b46d73f commit 1b5ea53
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion config.def.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ static Layout layouts[] = {
{ MODKEY|MOD_SHIFT, KEY, tag, {.ui = 1 << TAG} }, \
{ MODKEY|MOD_CONTROL|MOD_SHIFT, KEY, toggletag, {.ui = 1 << TAG} },

static char clockfmt[] = "%Y/%m/%d(%a) %H:%M";
static char clockfmt[] = "%m/%d/%Y %a %H:%M";
static int clock_interval = 15000;

/* helper for spawning shell commands in the pre dwm-5.0 fashion */
Expand Down
1 change: 0 additions & 1 deletion dwm-win32.c
Original file line number Diff line number Diff line change
Expand Up @@ -1257,7 +1257,6 @@ toggleexplorer(const Arg *arg) {
if (hwnd)
setvisibility(hwnd, !IsWindowVisible(hwnd));


updategeom();
updatebar();
arrange();
Expand Down

0 comments on commit 1b5ea53

Please sign in to comment.