![]() |
Is there any way to get conky to only output to console (no X window)?
I installed the conky package with sbopkg, but I would not like to have its own window. I am trying to figure out a way to get the ~/.conkyrc to command conky to only output as a one-liner to the console so I can pipe that information to my dwm status bar. I've done this before on Arch Linux, but I was using conky-cli. It was a long time ago, so I don't have any of my configuration files backed up for reference. These options in my conkyrc don't work:
Code:
background no |
Try:
Quote:
|
I haven't been on my Slack box yet, but don't those lines just make the window transparent instead of preventing it from appearing? I guess I'm OK with that since it doesn't really make any visual difference. Hopefully I'll still be able to pipe that to a text status bar.
|
I must have misunderstood your requirement as I only read:
Quote:
Quote:
|
Well this is what I've got in my .conkyrc so far:
Code:
1 out_to_x no and I still get this little window near the bottom right of my screen displaying the date. It does appear in the terminal window, though. Here is the message that's displayed when I run conky in the terminal: Code:
Conky: /home/agi/.conkyrc: 1: no such configuration: 'out_to_x'I don't know why it's not recognizing 'out_to_x' (see the first line of the output), but that seems to be the command I need. |
Yes!!! I got it! All I had to do was go into sbopkg and edit the slackbuild to disable all the X-related options (I think you can just pass options with sbopkg too)
Anyway, edit the slackbuild or pass the following options: Code:
--disable-x11 |
| All times are GMT -5. The time now is 04:50 PM. |