We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 43997c4 + 846b626 commit 6999a95Copy full SHA for 6999a95
scripts/dracula.sh
@@ -254,7 +254,7 @@ main()
254
if $show_day_month && $show_military ; then # military time and dd/mm
255
script="%a %d/%m %R ${timezone} "
256
elif $show_military; then # only military time
257
- script="%a %m/%d %R ${timezone} "
+ script="%R ${timezone} "
258
elif $show_day_month; then # only dd/mm
259
script="%a %d/%m %I:%M %p ${timezone} "
260
else
0 commit comments