diff options
author | Mole Shang <[email protected]> | 2024-03-02 20:14:18 +0800 |
---|---|---|
committer | Mole Shang <[email protected]> | 2024-03-02 20:14:18 +0800 |
commit | cf31015f6a3cc205cb682f154478599b36040382 (patch) | |
tree | 0f4692346fd5167c050de6d415e4161915c4e75b /src/icon.h | |
parent | 3e5ebc6dbd12f9a176baa6106a9b9f4ec5ba7346 (diff) | |
download | hinata-cf31015f6a3cc205cb682f154478599b36040382.tar.gz hinata-cf31015f6a3cc205cb682f154478599b36040382.tar.bz2 hinata-cf31015f6a3cc205cb682f154478599b36040382.zip |
ui: draw ascii-art icon in about popup
Diffstat (limited to 'src/icon.h')
-rw-r--r-- | src/icon.h | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/icon.h b/src/icon.h new file mode 100644 index 0000000..b606091 --- /dev/null +++ b/src/icon.h @@ -0,0 +1,25 @@ +#ifndef ICON_H_ +#define ICON_H_ + +const char *icon[] = {"@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@%%%%@@@@@@@@@@@", + "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@#********%@@@@@@@@", + "@@@@@@@@@@@@@@@@@@@@%#**++==+++==+*#%@@@%+%@@@@@@@", + "@@@@@@@@@@@@@@@@@%*=------------------=#@@%@@@@@@@", + "@@@@@@@@@@@@@@@#+----=-:----====-=--=---=*@@@@@@@@", + "@@@@@@@@@@@@@+----=--:=--=----------------=#@@@@@@", + "@@@@@@*====*-:-----::**:=*-------:*#:+=-----=#@@@@", + "@@@@@+:-----------=-#@*-@%-------=%%-*#-----===#@@", + "@@@@%:----:------+#=#+--*%=:---:+%@@=%@-:---=@%#%@", + "@@@@#.----::-----+-=#. -+#%---=#@#-:-+#==---=@@@@@", + "@@@@%::---:.-::--++@@=---%@%+#@@@%..--:=---:#@@@@@", + "@@@@@::---:.:::=:+@%@@##%@@@@@@@@%+==++::-:-@@@@@@", + "@@@@@-::---=++:+*+@@%%%%%%@%%%@@@@%%%@=.::::#@@@@@", + "@@@@%-::::=*#%**@@@@@@@%@@@@@@%#@@%%@@-:::::*@@@@@", + "***#*::::::==+###%%@@@@@@@@@@@@%@@@@%+::::::-=====", + "###*=-:::::-=-=++===*#%@@@@@@@@@%#*+=--::::-======", + "#*+=---::::====-=====-+#%%%%%%*+=--====-:::=====-=", + "=====--=:::-==========+%######=======---==+++++**#", + "==========--==========*%#####%#++=+++#%%@@@@@@@@@@", + 0}; + +#endif
\ No newline at end of file |