Refactor rewriteTitle

This commit is contained in:
herlev
2022-10-19 13:25:08 +02:00
parent f72c1a54d3
commit 54e04b5a30
7 changed files with 47 additions and 59 deletions

View File

@ -19,7 +19,6 @@ class Window : public waybar::ALabel {
private:
uint getActiveWorkspaceID(std::string);
std::string getLastWindowTitle(uint);
std::string rewriteTitle(const std::string&);
void onEvent(const std::string&);
bool separate_outputs;