aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/c_defs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/c_defs.go b/src/c_defs.go
index 68d2204..929f41b 100644
--- a/src/c_defs.go
+++ b/src/c_defs.go
@@ -96,7 +96,7 @@ const (
)
var (
- HOST_ICONS = [4]string{" ", " ", " ", "󰞵 "}
+ HOST_ICONS = [4]string{" ", " ", " ", "󰅟 "}
DIRS_ICONS = [2]string{" ", " "}
)