diff options
author | 2022-06-17 13:58:51 +0200 | |
---|---|---|
committer | 2022-06-17 17:28:51 +0530 | |
commit | 48b9028f2f18e512c8ffe514e2fe89ae05528780 (patch) | |
tree | 8568abbb17f6c2c04af08ffc2d3b721cef38e442 | |
parent | 122828f466c54abb3f494781b33f1d8fedb2d915 (diff) | |
download | whatsie-48b9028f2f18e512c8ffe514e2fe89ae05528780.tar.gz whatsie-48b9028f2f18e512c8ffe514e2fe89ae05528780.zip |
fix: add missing icon, enabling install_icon target generation (clos… (#45)
* fix: add missing icon and enable install_icon target generation (close #40)
* chore: README.md: some typo and cosmethic adjustments
-rw-r--r-- | .gitignore | 34 | ||||
-rw-r--r-- | README.md | 14 | ||||
-rw-r--r-- | src/icons/whatsie.png | bin | 0 -> 22868 bytes |
3 files changed, 25 insertions, 23 deletions
@@ -1,36 +1,36 @@ # C++ objects and libs -*.slo -*.lo -*.o *.a +*.dll +*.dylib *.la *.lai +*.lo +*.o +*.slo *.so *.so.* -*.dll -*.dylib # Qt-es -object_script.*.Release -object_script.*.Debug -*_plugin_import.cpp -/.qmake.cache -/.qmake.stash +*.jsc +*.moc +*.prl *.pro.user *.pro.user.* *.qbs.user *.qbs.user.* -*.moc +*.qm +*.qmlc +*_plugin_import.cpp +*build-* +.qmake.cache +.qmake.stash +Makefile* moc_*.cpp moc_*.h +object_script.*.Debug +object_script.*.Release qrc_*.cpp ui_*.h -*.qmlc -*.jsc -Makefile* -*build-* -*.qm -*.prl # Qt unit tests target_wrapper.* @@ -1,10 +1,12 @@ # WhatSie + WhatSie is Light, feature rich WhatsApp web client written in Qt and not on Electron. A simple & beautiful desktop client for WhatsApp Web. Chat without distractions on Linux. Not affiliated with WhatsApp or Facebook. -## Features: +## Features + - Light and Dark Themes with automatic switching - Customized Notifications & Native Notifications - Keyboard Shortcuts @@ -15,20 +17,20 @@ on Linux. Not affiliated with WhatsApp or Facebook. - Built in Spell Checker (with support for 31 Major languages) - Other settings that let you control every aspect of WebApp - -## Install on snapd supported distributions: +## Install on snapd supported distributions `snap install whatsie` - + [](https://snapcraft.io/whatsie) -## Install from Arch Users Respository (AUR): +## Install from Arch User Repository (AUR) `yay -S whatsie-git` The [AUR package for Whatsie](https://aur.archlinux.org/packages/whatsie-git) is maintained by [M0Rf30](https://github.com/M0Rf30) -## Screenshot (could be old): +## Screenshots (could be old) +    diff --git a/src/icons/whatsie.png b/src/icons/whatsie.png Binary files differnew file mode 100644 index 0000000..7974220 --- /dev/null +++ b/src/icons/whatsie.png |