• Stars
    star
    606
  • Rank 73,463 (Top 2 %)
  • Language
    Python
  • License
    MIT License
  • Created over 5 years ago
  • Updated 3 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Auto Nightmode for KDE, Gnome, Budgie, VSCode, Atom and more

Yin & Yang logo Yin-Yang

Auto Night-mode for Linux, it supports popular Desktops like KDE, Gnome, Budgie and also themes your favourite editors like VSCode or Atom.

You might also want to take a look at our discussions page, where we talk about the future of the app and other cool stuff!

Translations: πŸ‡¨πŸ‡³

Visualization App configuration

Features

  • Changes your themes at certain times or sunrise and sunset
  • Supported Desktops:
    • Gnome
    • Budgie
    • KDE Plasma
  • Supported applications:
    • VSCode, Atom, gedit
    • Firefox & Brave
    • Kvantum
    • Konsole
    • OnlyOffice
    • and more...
  • Miscellaneous:
    • Wallpaper change
    • Notifications on theme change
    • Play a sound
    • Ability to run custom scripts

To see planned features and the development status, visit the project status page.

Installation

Arch-based distributions

Yin-Yang can be downloaded from AUR as yin-yang package.

Source

Yin-Yang depends on python-systemd and pyside6 from pypi. python-systemd requires you have installed the systemd-headers from your package manager.

For CentOS, RHEL, and Fedora:

sudo dnf install gcc systemd-devel python3-devel

For Debian, Ubuntu, etc.

sudo apt update
sudo apt install libsystemd-dev gcc pkg-config python3-dev

Then you can install Yin-Yang in a python virtual environment:

git clone https://github.com/oskarsh/Yin-Yang && cd Yin-Yang
## Create virtual environment for pypi packages
python3 -m venv .venv
source .venv/bin/activate
# Install pip requirements
pip3 install -r requirements.txt
# Install Yin-Yang
./scripts/install.sh

Documentation

Want to help out? Check out the wiki to learn how to contribute translations, plugins and more!

Generic badge

Related or similar projects

Thanks to all Contributors

Code Contributors

This project exists thanks to all the people who contribute. [Contribute].

Donate