Skip to content

Commit

Permalink
Merge branch 'beta' into add-flatpak
Browse files Browse the repository at this point in the history
  • Loading branch information
chase9 committed Apr 7, 2024
2 parents 1019f53 + 170d6b3 commit 438f6fa
Show file tree
Hide file tree
Showing 18 changed files with 256 additions and 262 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.10
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Cache pip
uses: actions/cache@v3
uses: actions/cache@v4
with:
# This path is specific to ubuntu
path: ~/.cache/pip
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ __pycache__
build-test*
build-ui-*
yin_yang/build.py
c_cpp_properties.json
### Flatpak ###
.flatpak-builder
build
Expand Down
25 changes: 0 additions & 25 deletions .vscode/c_cpp_properties.json

This file was deleted.

12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,19 @@
![](https://img.shields.io/badge/Build%20with-Python-yellow)
![](https://img.shields.io/github/license/oskarsh/yin-yang)

Auto Night-mode for Linux, it supports popular Desktops like KDE, Gnome, Budgie
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**](https://github.com/oskarsh/Yin-Yang/discussions), where we talk about the future of the app and other cool stuff!

> Translations:[🇹🇼](README_zh_TW.md) [🇨🇳](README_zh_CN.md)
![Visualization](.github/images/header.png)
![App configuration](.github/images/settings.png)

## Features

* Changes your themes at certain times or sunrise and sunset
* Supported Desktops:
* Gnome
* GNOME
* Budgie
* KDE Plasma
* Supported applications:
Expand Down Expand Up @@ -82,6 +80,10 @@ source .venv/bin/activate # this is for bash, there are similar scripts in the
pip install -r requirements.txt
```

### Uninstall

Run `scripts/uninstall.sh` from a terminal and fill out the password.

## Documentation

Want to help out? Check out the wiki to learn how to contribute translations, plugins and more!
Expand All @@ -91,7 +93,7 @@ Want to help out? Check out the wiki to learn how to contribute translations, pl
## Related or similar projects

- Auto dark mode for Windows: https://github.com/AutoDarkMode/Windows-Auto-Night-Mode
- Auto dark mode extension for Gnome: https://extensions.gnome.org/extension/2236/night-theme-switcher/
- Auto dark mode extension for GNOME: https://extensions.gnome.org/extension/2236/night-theme-switcher/
- Auto dark mode for Jetbrains IDEs: https://github.com/weisJ/auto-dark-mode
- Sync dark mode with KDEs night color: https://github.com/adrium/knightadjuster
- darkman: https://gitlab.com/WhyNotHugo/darkman
Expand Down
82 changes: 0 additions & 82 deletions README_zh_CN.md

This file was deleted.

119 changes: 0 additions & 119 deletions README_zh_TW.md

This file was deleted.

Binary file added resources/translations/yin_yang.zh_CN.qm
Binary file not shown.
Loading

0 comments on commit 438f6fa

Please sign in to comment.