aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore34
-rw-r--r--README.md14
-rw-r--r--src/icons/whatsie.pngbin0 -> 22868 bytes
3 files changed, 25 insertions, 23 deletions
diff --git a/.gitignore b/.gitignore
index f147edf..0bd7665 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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.*
diff --git a/README.md b/README.md
index 2243a38..8f8cb25 100644
--- a/README.md
+++ b/README.md
@@ -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`
-
+
[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](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)
+
![WhatSie for Linux Desktop Light Theme](https://github.com/keshavbhatt/whatsie/blob/main/screenshots/1.jpg?raw=true)
![WhatSie for Linux Desktop Dark Theme](https://github.com/keshavbhatt/whatsie/blob/main/screenshots/2.jpg?raw=true)
![WhatSie for Linux Desktop Setting module](https://github.com/keshavbhatt/whatsie/blob/main/screenshots/4.jpg?raw=true)
diff --git a/src/icons/whatsie.png b/src/icons/whatsie.png
new file mode 100644
index 0000000..7974220
--- /dev/null
+++ b/src/icons/whatsie.png
Binary files differ