parent
5be532c51b
commit
c650513b67
2 changed files with 11 additions and 5 deletions
include/modules
|
@ -56,6 +56,8 @@ namespace modules {
|
|||
bool input(string&& cmd);
|
||||
|
||||
private:
|
||||
static string make_workspace_command(const string& workspace);
|
||||
|
||||
static constexpr const char* DEFAULT_TAGS{"<label-state> <label-mode>"};
|
||||
static constexpr const char* DEFAULT_MODE{"default"};
|
||||
static constexpr const char* DEFAULT_WS_ICON{"ws-icon-default"};
|
||||
|
@ -92,6 +94,6 @@ namespace modules {
|
|||
|
||||
unique_ptr<i3_util::connection_t> m_ipc;
|
||||
};
|
||||
}
|
||||
} // namespace modules
|
||||
|
||||
POLYBAR_NS_END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue