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:
@@ -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 =
|
||||
|
Reference in New Issue
Block a user