mirror of
https://github.com/polybar/polybar.git
synced 2026-03-08 01:09:09 +00:00
Revert "feat(cpu): Add ramp-coreload-spacing (#1472)"
This reverts commit 06adef1055.
This commit is contained in:
@ -37,7 +37,6 @@ namespace modules {
|
||||
ramp_t m_rampload;
|
||||
ramp_t m_rampload_core;
|
||||
label_t m_label;
|
||||
int m_ramp_padding;
|
||||
|
||||
vector<cpu_time_t> m_cputimes;
|
||||
vector<cpu_time_t> m_cputimes_prev;
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
#pragma once
|
||||
|
||||
#define GIT_TAG "3.2.1"
|
||||
#define GIT_TAG_NAMESPACE v3_2_1
|
||||
#define GIT_TAG "3.2.0"
|
||||
#define GIT_TAG_NAMESPACE v3_2_0
|
||||
|
||||
Reference in New Issue
Block a user