1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-27 00:58:36 +00:00

http display: use lower priority than graphical displays

This commit is contained in:
François Revol 2018-10-07 02:23:02 +02:00
parent f30263c2fc
commit c965ea7d00

View File

@ -127,7 +127,7 @@ std::string string_replace_all(std::string original, const std::string &oldpart,
#ifdef BUILD_HTTP
display_output_http::display_output_http() : display_output_base("http") {
priority = 1;
priority = 0;
httpd = NULL;
}