Package Details: azote 1.12.7-1

Git Clone URL: https://aur.archlinux.org/azote.git (read-only, click to copy)
Package Base: azote
Description: Wallpaper & color manager for wlroots-based compositors and some X11 WMs
Upstream URL: https://github.com/nwg-piotr/azote
Licenses: GPL3
Conflicts: azote, azote-git
Provides: azote
Submitter: nwg
Maintainer: nwg
Last Packager: nwg
Votes: 10
Popularity: 0.000057
First Submitted: 2019-06-15 23:31 (UTC)
Last Updated: 2024-05-02 23:46 (UTC)

Dependencies (17)

Sources (1)

Latest Comments

mipi commented on 2022-12-30 15:49 (UTC)

Thx, nwg.

nwg commented on 2022-12-20 01:39 (UTC)

@mipi Done.

mipi commented on 2022-12-18 09:02 (UTC)

Hi @nwg, could you add aarch64 to the list of supported architectures? azote is building on aarch64. I tested this on a RPi4 and on a Mac Mini M1. Thanks!

haawda commented on 2021-03-07 17:13 (UTC)

Please rename the downloaded tarball in such a way that it includes the pkgname.

source=("$pkgname-$pkgver.tar.gz::...")

nwg commented on 2020-07-07 23:15 (UTC)

@brandflake11 - please submit an issue: https://github.com/nwg-piotr/azote/issues

Please attach the output on the xrandr command on your machine.

brandflake11 commented on 2020-07-07 19:10 (UTC) (edited on 2020-07-07 19:11 (UTC) by brandflake11)

With the most recent azote, I get this when trying to run it:

 Traceback (most recent call last):
  File "main.py", line 1812, in <module>
    sys.exit(main())
  File "main.py", line 1797, in main
    set_env(lang)  # detect displays, check installed modules, set paths and stuff
  File "/usr/lib/python3.8/site-packages/azote/tools.py", line 251, in set_env
    common.displays = check_displays()
  File "/usr/lib/python3.8/site-packages/azote/tools.py", line 117, in check_displays
    w_h = res[i].split('x')
IndexError: list index out of range

nwg commented on 2019-06-22 10:28 (UTC) (edited on 2019-06-22 13:10 (UTC) by nwg)

@HoaS I haven't thought about it, as it's always installed on all of my machines. Thanks for the report, I'll update PKGBUILD.

[edit] added in 0.1.1-2

HoaS commented on 2019-06-22 10:09 (UTC)

I think you need to add gtk3 as a depends, the program fails otherwise:

Traceback (most recent call last):
  File "main.py", line 26, in <module>
    gi.require_version('Gtk', '3.0')
  File "/usr/lib/python3.7/site-packages/gi/__init__.py", line 129, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace Gtk not available