Package Details: yin-yang 4.0-1

Git Clone URL: https://aur.archlinux.org/yin-yang.git (read-only, click to copy)
Package Base: yin-yang
Description: Light/dark theme switcher for Linux. Supports popular Desktops, text editors and more!
Upstream URL: https://github.com/oskarsh/Yin-Yang
Keywords: bright color dark day night theme
Licenses: MIT
Conflicts: yin-yang-git
Provides: yin-yang
Submitter: JokaJukka
Maintainer: JokaJukka
Last Packager: JokaJukka
Votes: 7
Popularity: 0.072852
First Submitted: 2022-10-10 10:39 (UTC)
Last Updated: 2025-04-28 06:40 (UTC)

Pinned Comments

JokaJukka commented on 2023-05-07 18:15 (UTC) (edited on 2025-04-28 06:44 (UTC) by JokaJukka)

Unfortunately all python packages are installed for specific minor version; hence when you update from 3.10 to 3.11 etc,, they are missing, even if they are displayed as installed on your system. This has nothing to do with yin-yang specifically. You can manually fix it by following this comment (it will work for all python-based packages):

https://www.reddit.com/r/archlinux/comments/136uxj8/comment/jirdbal/?utm_source=share&utm_medium=web2x&context=3

JokaJukka commented on 2022-10-24 09:31 (UTC) (edited on 2022-10-24 09:32 (UTC) by JokaJukka)

If you encounter problem with installing package dependencies (pacman error "exists in filesystem"), please first run sudo pip3 uninstall pyside6 shiboken6 PySide6-Addons PySide6-Essentials. This will remove globally installed packages via pip3.

JokaJukka commented on 2022-10-10 11:03 (UTC)

Please do note that I'm not the author of this app. For fastest support possible, please contact author directly via GitHub Issues:

https://github.com/oskarsh/Yin-Yang/issues

Latest Comments

1 2 3 4 Next › Last »

JokaJukka commented on 2025-04-28 06:43 (UTC)

App has been updated to v4.0; there seems to be a lot of internal changes, so please be sure to report any bugs regarding the app itself to the author: https://github.com/oskarsh/Yin-Yang/issues

JokaJukka commented on 2025-04-28 06:42 (UTC)

@saxa As mentioned in the pinned comments, python modules have to be reinstalled by the user manually if there is a major upgrade of python.

saxa commented on 2025-04-19 15:48 (UTC)

No longer starts since a very long while now. ModuleNotFoundError: No module named 'suntime' In my system is installed: local/python-suntime 1.3.2-2

Does it still run on your machines?

aNiceDay commented on 2025-03-27 05:35 (UTC)

I like this a lot, but it seems that sometimes, it doesn't change the theme automatically. I set this app to auto-start, and it resides in the dock bar. When I manually open this app and click the apply button, the theme changes. The auto change theme box in the settings has been checked, but I am not sure what the cause of this is. I kindly ask for some help on this. Thanks a lot!

Eeviriyi commented on 2024-09-08 13:52 (UTC) (edited on 2024-09-08 13:53 (UTC) by Eeviriyi)

@JokaJukka, Thank you, I have submitted a PR to the upstream, maybe it could be added to dependency temporarily?

JokaJukka commented on 2024-09-07 10:45 (UTC)

@Eeviriyi it does not seem to be a direct dependency of yin-yang; reference: https://github.com/oskarsh/Yin-Yang/blob/master/requirements.txt

Eeviriyi commented on 2024-09-06 12:33 (UTC)

python-dateutil should be added to dependencies @JokaJukka

halfhorn commented on 2024-04-02 14:23 (UTC)

Please add python-dateutil to the deps, without it I get

~> yin-yang
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "/opt/yin-yang/yin_yang/__main__.py", line 16, in <module>
    from yin_yang import daemon_handler
  File "/opt/yin-yang/yin_yang/daemon_handler.py", line 7, in <module>
    from .config import ConfigWatcher, config
  File "/opt/yin-yang/yin_yang/config.py", line 7, in <module>
    from dateutil import tz
ModuleNotFoundError: No module named 'dateutil'

JokaJukka commented on 2024-03-13 17:07 (UTC) (edited on 2024-03-13 17:07 (UTC) by JokaJukka)

Thanks for letting me know! Updating the package dependencies accordingly, so now the installation via yay and similar managers should work without issues again.

ItachiSan commented on 2024-03-13 16:43 (UTC)

The latest python-suntime fixes the compatibility issue.