mirror of
https://github.com/polybar/polybar.git
synced 2025-02-17 15:55:20 -05:00
Merge branch 'hotfix/3.5.2'
This commit is contained in:
commit
4d2bdaa0bd
3 changed files with 2 additions and 4 deletions
|
@ -152,8 +152,6 @@ namespace modules {
|
||||||
|
|
||||||
bool input(const string& action, const string& data);
|
bool input(const string& action, const string& data);
|
||||||
|
|
||||||
static constexpr auto TYPE = "";
|
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
void broadcast();
|
void broadcast();
|
||||||
void idle();
|
void idle();
|
||||||
|
|
|
@ -48,7 +48,7 @@ namespace modules {
|
||||||
|
|
||||||
template <typename Impl>
|
template <typename Impl>
|
||||||
string module<Impl>::type() const {
|
string module<Impl>::type() const {
|
||||||
return string(module<Impl>::TYPE);
|
return string(Impl::TYPE);
|
||||||
}
|
}
|
||||||
|
|
||||||
template <typename Impl>
|
template <typename Impl>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Polybar version information
|
# Polybar version information
|
||||||
# Update this on every release
|
# Update this on every release
|
||||||
# This is used to create the version string if a git repo is not available
|
# This is used to create the version string if a git repo is not available
|
||||||
3.5.1
|
3.5.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue