From 4a684aa31bf54276b9942d64588e0af8ef2b1904 Mon Sep 17 00:00:00 2001 From: PowerUser64 Date: Mon, 19 Aug 2024 03:05:51 -0700 Subject: [PATCH] p10k: enable time for colorful-angluar theme --- .config/shell/p10k/colorful-angular.p10k.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.config/shell/p10k/colorful-angular.p10k.zsh b/.config/shell/p10k/colorful-angular.p10k.zsh index ffbccaf..410f3f2 100644 --- a/.config/shell/p10k/colorful-angular.p10k.zsh +++ b/.config/shell/p10k/colorful-angular.p10k.zsh @@ -95,7 +95,7 @@ todo # todo items (https://github.com/todotxt/todo.txt-cli) timewarrior # timewarrior tracking status (https://timewarrior.net/) taskwarrior # taskwarrior task count (https://taskwarrior.org/) - # time # current time + time # current time # ip # ip address and bandwidth usage for a specified network interface # public_ip # public IP address # proxy # system-wide http/https/ftp proxy @@ -1612,7 +1612,7 @@ typeset -g POWERLEVEL9K_TIME_FOREGROUND=0 typeset -g POWERLEVEL9K_TIME_BACKGROUND=7 # Format for the current time: 09:51:02. See `man 3 strftime`. - typeset -g POWERLEVEL9K_TIME_FORMAT='%D{%H:%M:%S}' + typeset -g POWERLEVEL9K_TIME_FORMAT='%D{%l:%M %p}' # If set to true, time will update when you hit enter. This way prompts for the past # commands will contain the start times of their commands as opposed to the default # behavior where they contain the end times of their preceding commands.