diff options
-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 |