We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16ece27 commit 6e37d22Copy full SHA for 6e37d22
1 file changed
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