diff --git a/README.md b/README.md index e34e0c20..76d36f58 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# foot +# ![Logo: a terminal with a foot shaped prompt](icons/hicolor/48x48/apps/foot.png) foot The fast, lightweight and minimalistic Wayland terminal emulator. @@ -28,6 +28,7 @@ The fast, lightweight and minimalistic Wayland terminal emulator. 1. [Profile Guided Optimization](#profile-guided-optimization) 1. [Debug build](#debug-build) 1. [Running the new build](#running-the-new-build) +1. [Special Thanks](#special-thanks) 1. [Bugs](#bugs) 1. [Mastodon](#mastodon) @@ -516,6 +517,12 @@ ninja install ``` +# Special Thanks + +To [Ordoviz](https://codeberg.org/Ordoviz) for designing and +contributing foot's [logo](icons/hicolor/48x48/apps/foot.png). + + # BUGS Please report bugs to https://codeberg.org/dnkl/foot/issues diff --git a/foot-server.desktop b/foot-server.desktop index caddeb78..ee0a02af 100644 --- a/foot-server.desktop +++ b/foot-server.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application Exec=foot --server -Icon=utilities-terminal +Icon=foot Terminal=false Categories=System;TerminalEmulator; diff --git a/foot.desktop b/foot.desktop index 7314b83a..5faa320b 100644 --- a/foot.desktop +++ b/foot.desktop @@ -1,7 +1,7 @@ [Desktop Entry] Type=Application Exec=foot -Icon=utilities-terminal +Icon=foot Terminal=false Categories=System;TerminalEmulator; diff --git a/icons/hicolor/48x48/apps/foot.png b/icons/hicolor/48x48/apps/foot.png new file mode 100644 index 00000000..81fa2064 Binary files /dev/null and b/icons/hicolor/48x48/apps/foot.png differ diff --git a/icons/hicolor/scalable/apps/foot.svg b/icons/hicolor/scalable/apps/foot.svg new file mode 100644 index 00000000..a87cdc96 --- /dev/null +++ b/icons/hicolor/scalable/apps/foot.svg @@ -0,0 +1,88 @@ + + + foot logo + + + + + + + image/svg+xml + + + + Lennard Hofmann + + + https://freesvg.org/human-footprints + + foot logo + + + terminal emulator + footprint + + + 2020-06-23 + Black square representing a terminal showing a human footprint as a prompt symbol and an underscore as the cursor + + + + + + + + + + + + + + + + + diff --git a/icons/meson.build b/icons/meson.build new file mode 100644 index 00000000..8838206d --- /dev/null +++ b/icons/meson.build @@ -0,0 +1 @@ +install_subdir('hicolor', install_dir : join_paths(get_option('datadir'), 'icons')) diff --git a/meson.build b/meson.build index c6e9e050..af9f834a 100644 --- a/meson.build +++ b/meson.build @@ -149,6 +149,7 @@ install_data('footrc', install_dir: join_paths(get_option('datadir'), 'foot')) subdir('completions') subdir('doc') +subdir('icons') # summary( # {