mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-27 09:08:25 +00:00
Add out_to_x false to conky_no_x11.conf
this way, it will print to console even if conky was configured with X support
This commit is contained in:
parent
6ee9cbbce6
commit
8ea7b11ebd
@ -1,4 +1,3 @@
|
||||
conky.config = {
|
||||
-- Conky, a system monitor, based on torsmo
|
||||
|
||||
-- Any original torsmo code is licensed under the BSD license
|
||||
@ -24,6 +23,7 @@ conky.config = {
|
||||
-- along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
|
||||
conky.config = {
|
||||
background = false,
|
||||
cpu_avg_samples = 2,
|
||||
net_avg_samples = 2,
|
||||
@ -32,7 +32,8 @@ conky.config = {
|
||||
update_interval = 1.0,
|
||||
uppercase = false,
|
||||
use_spacer = 'none',
|
||||
|
||||
out_to_x = false,
|
||||
out_to_console = true
|
||||
};
|
||||
|
||||
conky.text =
|
||||
|
Loading…
x
Reference in New Issue
Block a user