Skip to content

Commit 6999a95

Browse files
Merge pull request #260 from gvangool/clock-fix
Difference between !$show_day_month and $show_military (show clock only)
2 parents 43997c4 + 846b626 commit 6999a95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/dracula.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ main()
254254
if $show_day_month && $show_military ; then # military time and dd/mm
255255
script="%a %d/%m %R ${timezone} "
256256
elif $show_military; then # only military time
257-
script="%a %m/%d %R ${timezone} "
257+
script="%R ${timezone} "
258258
elif $show_day_month; then # only dd/mm
259259
script="%a %d/%m %I:%M %p ${timezone} "
260260
else

0 commit comments

Comments
 (0)