Skip to content

Commit

Permalink
harm
Browse files Browse the repository at this point in the history
  • Loading branch information
gaelicWizard committed Jan 24, 2022
1 parent 16ece27 commit 6e37d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/gitline/powerline.base.bash
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function __powerline_wd_prompt() {
function __powerline_clock_prompt() {
local -i fg_color=206

echo "$(date +"${THEME_CLOCK_FORMAT?}")|${CLOCK_THEME_PROMPT_COLOR?}|${fg_color}"
echo "\D{${THEME_CLOCK_FORMAT?}}|${CLOCK_THEME_PROMPT_COLOR?}|${fg_color}"
}

function __powerline_battery_prompt() {
Expand Down

0 comments on commit 6e37d22

Please sign in to comment.