mirror of
https://github.com/polybar/polybar.git
synced 2026-03-29 19:46:49 +00:00
tray: Remove tray-scale module setting
This commit is contained in:
committed by
Patrick Ziegler
parent
921e2d0670
commit
4e66b1f4b8
@ -61,10 +61,6 @@ void manager::setup(const config& conf, const string& section_name) {
|
||||
client_height = maxsize;
|
||||
}
|
||||
|
||||
// Apply user-defined scaling
|
||||
auto scale = conf.get(section_name, "tray-scale", 1.0);
|
||||
client_height *= scale;
|
||||
|
||||
m_opts.client_size = {client_height, client_height};
|
||||
|
||||
// Set user-defined foreground and background colors.
|
||||
|
||||
Reference in New Issue
Block a user