We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74efcd2 commit 824a4f4Copy full SHA for 824a4f4
themes/gitline/powerline.base.bash
@@ -175,7 +175,7 @@ function __powerline_wd_prompt() {
175
function __powerline_clock_prompt() {
176
local -i fg_color=206
177
178
- echo "$(date +"${THEME_CLOCK_FORMAT?}")|${CLOCK_THEME_PROMPT_COLOR?}|${fg_color}"
+ echo "\D{${THEME_CLOCK_FORMAT?}}|${CLOCK_THEME_PROMPT_COLOR?}|${fg_color}"
179
}
180
181
function __powerline_battery_prompt() {
0 commit comments