Change the character used in text to indicate a symbolic link
authorColin Clark <[email protected]>
Mon, 2 Oct 2023 15:43:16 +0000 (16:43 +0100)
committerColin Clark <[email protected]>
Mon, 2 Oct 2023 15:43:16 +0000 (16:43 +0100)
Change the character from "↗" to "↩". This looks similar to the
emblem-symbolic-link used elsewhere.

src/main.h

index eef718abf9a31336857020a87f076300b31f4554..3ec5c70e7732ddd851f425ccbb1ef6189154c534 100644 (file)
                                "%formatted.Camera:40%|%formatted.Flash%\n"            \
                                "%formatted.star_rating%"
 
-#define GQ_LINK_STR "â\86\97"
+#define GQ_LINK_STR "â\86©"
 #include "typedefs.h"
 #include "debug.h"
 #include "options.h"