Skip to content

Commit

Permalink
Update: added non-nerd symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
ssleert committed Jul 15, 2022
1 parent e742e47 commit abf145c
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions src/funcs/drawing.nim
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,19 @@ proc drawInfo*() =


const # icons before cotegores
userIcon: string = "" # recomended: " "
hnameIcon: string = "" # recomended: " "
distroIcon: string = "" # recomended: " "
kernelIcon: string = "" # recomended: " "
uptimeIcon: string = "" # recomended: " "
shellIcon: string = "" # recomended: ""
pkgsIcon: string = "" # recomended: " "
ramIcon: string = "" # recomended: " "
colorsIcon: string = "" # recomended: ""
userIcon: string = "" # recomended: " " or "|>"
hnameIcon: string = "" # recomended: " " or "|>"
distroIcon: string = "" # recomended: " " or "|>"
kernelIcon: string = "" # recomended: " " or "|>"
uptimeIcon: string = "" # recomended: " " or "|>"
shellIcon: string = "" # recomended: " " or "|>"
pkgsIcon: string = "" # recomended: " " or "|>"
ramIcon: string = "" # recomended: " " or "|>"
colorsIcon: string = "" # recomended: " " or "->"
# please insert any char after the icon
# to avoid the bug with cropping the edge of the icon

dotIcon: string = "" # recomended: ""
dotIcon: string = "" # recomended: "" or "■"
# icon for demonstrate colors


Expand Down

0 comments on commit abf145c

Please sign in to comment.