Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d72ef5c commit 9c6810eCopy full SHA for 9c6810e
1 file changed
PowerShell/Dev/winfetch.ps1
@@ -24,8 +24,9 @@ function printColoredSquares {
24
25
# Build dashes.
26
$strBuild = ""
27
+$unicodeBox = [char]0x25AE
28
for ($i = 0; $i -lt $pcInfo.CsUserName.length; $i++) {
- $strBuild += "-"
29
+ $strBuild += $unicodeBox
30
}
31
32
# Get ComputerInfo object.
0 commit comments