diff options
author | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-17 09:27:19 +0530 |
---|---|---|
committer | MikunoNaka <bokuwakanojogahoshii@yahoo.com> | 2021-06-17 09:27:19 +0530 |
commit | 322c14fdc3c7168b653a6081a7c28afc5e3d7f3d (patch) | |
tree | 3b5887a7ab1005212f03742b166147978f6d7589 /.config | |
parent | 99a284f83900fc264e1aefb8da16beb3145c44d8 (diff) |
changed date/time format
Diffstat (limited to '.config')
-rw-r--r-- | .config/polybar/config | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.config/polybar/config b/.config/polybar/config index 980ef8f..a4add98 100644 --- a/.config/polybar/config +++ b/.config/polybar/config @@ -254,11 +254,11 @@ format-disconnected = type = internal/date interval = 5 -date = -date-alt = " %d-%m-%Y" +;date = +;date-alt = " %d-%m-%Y" -time = %H:%M -time-alt = %H:%M:%S +time = %I:%M %p +time-alt = %d %B %Y (%A) %H:%M:%S format-prefix = format-prefix-foreground = ${colors.foreground-alt} |