mirror of
https://github.com/polybar/polybar.git
synced 2026-02-12 04:45:32 +00:00
@ -2,9 +2,16 @@
|
||||
|
||||
#include "modules/i3.hpp"
|
||||
|
||||
#include "drawtypes/iconset.hpp"
|
||||
#include "drawtypes/label.hpp"
|
||||
|
||||
POLYBAR_NS
|
||||
|
||||
namespace modules {
|
||||
i3_workspace::operator bool() {
|
||||
return label && *label;
|
||||
}
|
||||
|
||||
void i3_module::setup() { // {{{
|
||||
// Load configuration values
|
||||
GET_CONFIG_VALUE(name(), m_click, "enable-click");
|
||||
|
||||
Reference in New Issue
Block a user