mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-16 18:15:17 +00:00
Undo commit 8ea7b1
data/CMakeLists.txt makes sure that data/conky_no_x11.conf is only used for builds without BUILD_X11 . out_to_x is not known in that case resulting in a warning, out_to_console is already default here.
This commit is contained in:
parent
3db3e6045f
commit
8bdaeaa09a
@ -32,8 +32,6 @@ conky.config = {
|
|||||||
update_interval = 1.0,
|
update_interval = 1.0,
|
||||||
uppercase = false,
|
uppercase = false,
|
||||||
use_spacer = 'none',
|
use_spacer = 'none',
|
||||||
out_to_x = false,
|
|
||||||
out_to_console = true
|
|
||||||
};
|
};
|
||||||
|
|
||||||
conky.text =
|
conky.text =
|
||||||
|
Loading…
Reference in New Issue
Block a user