Skip to content
forked from oskarsh/Yin-Yang

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

License

Notifications You must be signed in to change notification settings

chase9/Yin-Yang

 
 

Repository files navigation

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.

Translations: 🇨🇳

Features

  • Changes your themes at certain times or sunrise and sunset
  • Supported Desktops:
    • Gnome
    • Budgie
    • KDE Plasma
  • Supported applications:
    • VSCode
    • Atom
  • Miscellaneous:
    • Wallpaper change
    • Notifications on theme change
    • Play a sound

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

Installation

Dependencies:

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

For Debian, Ubuntu, etc.

sudo apt update
sudo apt install libsystemd-dev gcc

Yin-Yang

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

Thanks to all Contributors

Code Contributors

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

Donate

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.2%
  • Shell 2.8%