Coder Social home page Coder Social logo

yin-yang's Introduction

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!

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. You also need python development headers (e.g. python3-devel).

For CentOS, RHEL, and Fedora:

sudo dnf install gcc systemd-devel python3-devel libnotify

For OpenSUSE:

sudo zypper refresh
sudo zypper install gcc systemd-devel libnotify

For Debian, Ubuntu, etc.

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

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

# bash is necessary to run the source command
bash
# Clones the code to your local machine
git clone https://github.com/oskarsh/Yin-Yang.git
cd Yin-Yang
# Installs Yin-Yang
./scripts/install.sh

For development, skip the install and instead create a venv in your home directory:

python -m venv .venv
source .venv/bin/activate  # this is for bash, there are similar scripts in the that directory for other shells like fish
pip install -r requirements.txt

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

yin-yang's People

Contributors

l0drex avatar oskarsh avatar flying-sheep avatar chase9 avatar heddxh avatar jokajukka avatar slownicofish avatar cathaysia avatar teeffelen avatar olivertzeng avatar w568w avatar mayapony avatar kawashiro-ryofu avatar trigrab avatar jlbaez avatar neo14515 avatar freelyn avatar dependabot[bot] avatar cloudwindy avatar sp1ritcs avatar seas0 avatar robsonpeixoto avatar pierreavizou avatar linfindel avatar mrhappycloud avatar leosfsm avatar jordi-7 avatar monkeywithacupcake avatar jakub-jedrusiak avatar vistaus avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.