mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Add rewrite option to hyprland/window
This commit is contained in:
@ -19,6 +19,7 @@ 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;
|
||||
|
Reference in New Issue
Block a user