Thank you everyone who used this application. I am sorry to say that I cannot maintain this project anymore due to new CSS dialect of the theme. I do not think that it is worth to implement theme settings for new version of theme. I use ferdi from now on.
An electron based dark themed WhatsApp Web client.
- Configurable theme
- Notification support
- Open Spotify links in Spotify application (Windows only)
- Auto update (Windows only)
- Control+F: Search on contacts
- ↑ and ↓: Select contact
- Control+→: Focus chat area
- Control+Shift+K: Toggle developer tool
The precompiled 64bit binaries are available for Windows and Linux at releases page.
install.sh
automatically installs on /opt/whatsapp and creates desktop shortcut.
git clone https://github.com/tncga/whats-up-darkness.git
chmod +x ./install.sh
./install.sh
git clone https://github.com/tncga/whats-up-darkness.git
cd whats-up-darkness
npm install
npm run build
Build scripts:
npm run build
unpackednpm run dist
tar.xz for linux, NSIS Web for Windows
seriema for electron-notification-shim
MIT License
Copyright (c) 2018 Gökberk AKDENİZ
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.