aboutsummaryrefslogtreecommitdiffstats
path: root/src/c_defs.go
diff options
context:
space:
mode:
authorJoe <rbo@gmx.us>2024-02-01 20:20:20 +0100
committerJoe <rbo@gmx.us>2024-02-01 20:20:20 +0100
commit80f8e7ecc663ca85e7dab7d4e60c8c6113bc4e9d (patch)
tree998a6f700c1088ae1f5c137bdd89765ab2f37b04 /src/c_defs.go
parentok (diff)
downloadhardflip-80f8e7ecc663ca85e7dab7d4e60c8c6113bc4e9d.tar.gz
hardflip-80f8e7ecc663ca85e7dab7d4e60c8c6113bc4e9d.tar.bz2
hardflip-80f8e7ecc663ca85e7dab7d4e60c8c6113bc4e9d.tar.xz
hardflip-80f8e7ecc663ca85e7dab7d4e60c8c6113bc4e9d.tar.zst
hardflip-80f8e7ecc663ca85e7dab7d4e60c8c6113bc4e9d.zip
stackin
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 f989808..2ec2346 100644
--- a/src/c_defs.go
+++ b/src/c_defs.go
@@ -92,7 +92,7 @@ const (
)
var (
- HOST_ICONS = [2]string{" ", " ", ""}
+ HOST_ICONS = [4]string{" ", " ", " ", "󰞵 "}
DIRS_ICONS = [2]string{" ", " "}
)