mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
sway/window: Allow the user to change the size of the app icon
Fixes #1461
This commit is contained in:
@ -34,6 +34,7 @@ class Window : public AIconLabel, public sigc::trackable {
|
||||
std::string app_id_;
|
||||
std::string old_app_id_;
|
||||
std::size_t app_nb_;
|
||||
unsigned app_icon_size_{24};
|
||||
bool update_app_icon_{true};
|
||||
std::string app_icon_name_;
|
||||
util::JsonParser parser_;
|
||||
|
Reference in New Issue
Block a user