mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-02-05 05:28:32 +00:00
http display: use lower priority than graphical displays
This commit is contained in:
parent
f30263c2fc
commit
c965ea7d00
@ -127,7 +127,7 @@ std::string string_replace_all(std::string original, const std::string &oldpart,
|
|||||||
#ifdef BUILD_HTTP
|
#ifdef BUILD_HTTP
|
||||||
|
|
||||||
display_output_http::display_output_http() : display_output_base("http") {
|
display_output_http::display_output_http() : display_output_base("http") {
|
||||||
priority = 1;
|
priority = 0;
|
||||||
httpd = NULL;
|
httpd = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user