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:
parent
f30263c2fc
commit
c965ea7d00
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user