Skip to content

Releases: nwg-piotr/azote

Azote 1.7.11

02 Jun 21:59
0cc8746
Compare
Choose a tag to compare

Python version-independent launcher script #87

Azote 1.7.10

15 Mar 12:10
Compare
Choose a tag to compare

"Open with" issue #82 fixed.

Azote 1.7.9

10 Feb 00:03
Compare
Choose a tag to compare
  • path to the config dir w/ XDG_CONFIG_HOME corrected; thanks to Thomas Pütz for reporting the bug

Azote 1.7.8

25 Dec 14:02
Compare
Choose a tag to compare
  • styling clicked palette button with button#color-btn-selected added (for colour-blind people like myself);
  • colour picker: colour image converted into the Gtk.ColorButton class, to allow the colour edition;
  • added tracking the currently selected wallpapers folder for file addition / deletion: switchable, configurable (every 5 sec by default);
  • tray status icon added, i.a. to indicate the tracking on/off state;
  • python-send2trash from now on recommended as an obligatory dependency.

Azote 1.7.7

07 Dec 00:08
Compare
Choose a tag to compare
  • Added Image menu button: available in the top right thumbnail corner; turn on in preferences and use if the context menu not always appears on right mouse click (this may happen on Sway running with older gtk+ versions).

Azote 1.7.5

22 Nov 00:17
Compare
Choose a tag to compare

Changes:

  • Color picker on Sway: it'll will first try to pick a clicked point instead of an area with:

grim -g "$(slurp -p)" -t ppm - | convert - -format '%[pixel:p{0,0}]' txt:-

Optional packages grim, slurp and imagemagick required; The colorthief-based calculation of the dominant color
of an area left as the fallback method.

  • Color picker on X11: it'll will first try to pick an area and return a color with the maim command:

$ maim -st 0 | convert - -resize 1x1\! -format '%[pixel:p{0,0}]' info:-

Optional maim and imagemagick packages required. In case it fails, the colorthief-based calculation of the dominant
color of an area will be used as the fallback method.

Why so? The colorthief library is cool, but calculation of the dominant colour is not accurate enough to this
purpose. If you select a region filled with #333333, the calculated value will be #343434.

  • Colour palette steps altered to 6, 12, 18, 24.

  • Several improvements to the environment detection and logging.

New:

  • Toolboxes for .Xresources and alacritty.yml; allow to find colour definitions and redefine with colours
    selected from a palette or probed with the color picker. The alacritty toolbox depends on the optional python-yaml
    package.

Usage: click a colour on the palette or pick with the Screen color picker -> click a colour inside the toolbox to apply.
Copy - paste definitions into the .dot file. Mind the indentation in alacritty.yml.

  • Colour names dictionary: displays the colour name as the tooltip text.

Azote 1.7.4

09 Nov 00:12
Compare
Choose a tag to compare
  • Layout adjusted to look well in light and dark GTK themes;
  • set_always_show_image(True) for all image buttons, to avoid setting gtk-button-images=1 in gtk-3.0/settings.ini;
  • toolbox windows properties modified (will only affect tiling WMs).

Azote 1.7.3

07 Nov 02:09
Compare
Choose a tag to compare

New:

  • Screen color picker: grabs the dominant colour of a selected screen area.

Dependencies:

  • wmctrl dependency removed;
  • grim, slurp - optional dependency added: for screen color picker on Sway;
  • maim - optional dependency added: for screen color picker on X11; (it'll also install slop, necessary as well).

Bug fixes:

  • prevent program from crashing in case Sway not installed;
  • prevent program from crashing in case wallpaper folder manually removed;
  • fix for context menu not being shown if jpg or jpeg file association not detected;
  • icon_flip.svg converted from font to shape;
  • hardcoded 'Copy as' string replaced with the dictionary value.

Azote 1.7.2

04 Nov 22:11
Compare
Choose a tag to compare
  • Scale & crop feature not working on X11 bug, previously fixed in 1.5.1, reintroduced accidentally in 1.7.0. Fixed one more time.
  • Scale and crop an image to dual width or height of the primary display feature added.
  • Data migrated to XGD-compliant locations.

Azote 1.7.0

01 Nov 16:17
Compare
Choose a tag to compare
  • Scale & crop backgrounds to virtual, custom display dimensions; define a custom display dimensions in preferences;
  • CLI arguments added: -h | --help, -c | --clear (clear unused thumbnails),
    -a | --clear-all (clear all thumbnails);
  • thumbnails: checkered background instead of black (clear thumbnails for this to take effect);
  • Create palette: generates a colour palette on the basis of the selected image and displays a pop-up window;
    click a colour button to copy #rrggbb or (r, g, b) to the clipboard;
  • ~/.azote.azoterc runtime configuration added - defines thumbnail width, number of thumbnail columns, dimensions of palette color images, color palette quality;
  • image button removed, context menu always active;
  • button icons redesigned.