mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 17:47:09 +00:00
Revert default value of alignment to BOTTOM_LEFT
previous default value NONE behaved strangely in combination with other default settings.
This commit is contained in:
parent
04a9a7f137
commit
6482283c03
@ -262,7 +262,7 @@ namespace {
|
||||
* -> border_*, own_window_*, etc -> own_window -> double_buffer -> imlib_cache_size
|
||||
*/
|
||||
|
||||
conky::simple_config_setting<alignment> text_alignment("alignment", NONE, false);
|
||||
conky::simple_config_setting<alignment> text_alignment("alignment", BOTTOM_LEFT, false);
|
||||
conky::simple_config_setting<std::string> display_name("display", std::string(), false);
|
||||
priv::out_to_x_setting out_to_x;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user