File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 4747 OVERLAP = ' OVERLAP'
4848 REDX = ' CROSS MARK'
4949 OK = ' SQUARED OK'
50+ WAIT = ' HOURGLASS WITH FLOWING SAND'
5051 ' UP!' = ' SQUARED UP WITH EXCLAMATION MARK'
5152 } - AsEmoji
5253
@@ -144,7 +145,9 @@ Begin
144145Process
145146{
146147 Write-Info.ps1 (Get-Unicode.ps1 0xE0B6 ) - ForegroundColor $BackgroundColor - NoNewline
147- Write-Info.ps1 ' ' - ForegroundColor $ForegroundColor - BackgroundColor $BackgroundColor - NoNewline
148+ Write-Info.ps1 " $WAIT " - ForegroundColor $ForegroundColor - BackgroundColor $BackgroundColor - NoNewline
149+ Write-Info.ps1 (Get-Unicode.ps1 0xE0B4 ) - fore $BackgroundColor - NoNewLine
150+ Write-Info.ps1 " `b`b`b " - NoNewline
148151 Write-Info.ps1 (($Status | Format-Status ) -join $Separator ) `
149152 - ForegroundColor $ForegroundColor - BackgroundColor $BackgroundColor - NoNewline
150153 Write-Info.ps1 ' ' - ForegroundColor $ForegroundColor - BackgroundColor $BackgroundColor - NoNewline
You can’t perform that action at this time.
0 commit comments