mirror of
https://github.com/polybar/polybar.git
synced 2026-02-19 19:15:43 +00:00
refactor(config): Cleanup and minor tweaks
This commit is contained in:
@ -96,6 +96,7 @@ controller::~controller() {
|
||||
void controller::setup() {
|
||||
string bs{m_conf.bar_section()};
|
||||
|
||||
string bs{m_conf.section()};
|
||||
m_log.trace("controller: Setup user-defined modules");
|
||||
|
||||
for (int i = 0; i < 3; i++) {
|
||||
|
||||
Reference in New Issue
Block a user