Skip to content

Commit

Permalink
Enable THEME_CLOCK_FORMAT support from .bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
elg committed Sep 4, 2024
1 parent b246494 commit a835c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/powerline-icon/powerline-icon.base.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ function __powerline_user_info_prompt {
fi
;;
esac
[[ -n "${user_info}" ]] && echo "$OMB_THEME_POWERLINE_ICON_USER ${user_info} `date +%X\ %D`|${color}|${secondary_color}"
[[ -n "${user_info}" ]] && echo "$OMB_THEME_POWERLINE_ICON_USER ${user_info} `date +${THEME_CLOCK_FORMAT}`|${color}|${secondary_color}"
}

function __powerline_cwd_prompt {
Expand Down

0 comments on commit a835c72

Please sign in to comment.