mirror of https://github.com/polybar/polybar.git
Release 3.2.1
Changelog Fixes: * fix(ramp): Evenly distribute states (#1340), see #1328 * fix(i3): Play nice with workspace_auto_back_and_forth (#1312) * fix(controller): don't draw window if writing to stdout (#1322), see #1314
This commit is contained in:
parent
12d0891fba
commit
134d33d1bb
|
@ -1,7 +1,7 @@
|
|||
# Maintainer: Michael Carlberg <c@rlberg.se>
|
||||
# Contributor: Michael Carlberg <c@rlberg.se>
|
||||
pkgname=polybar
|
||||
pkgver=3.2.0
|
||||
pkgver=3.2.1
|
||||
pkgrel=1
|
||||
pkgdesc="A fast and easy-to-use status bar"
|
||||
arch=("i686" "x86_64")
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
#pragma once
|
||||
|
||||
#define GIT_TAG "3.2.0"
|
||||
#define GIT_TAG_NAMESPACE v3_2_0
|
||||
#define GIT_TAG "3.2.1"
|
||||
#define GIT_TAG_NAMESPACE v3_2_1
|
||||
|
|
Loading…
Reference in New Issue