-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conky #222
Comments
I haven't tried. I wouldn't expect much. |
almost works with xwayland enabled, positioning is somewhat broken (edit2: come to think of it that was due to my tiling 2 separate instances) edit: not that each conky instance acting like a window (check your conky config) won't work as expected sway (and possibly tiling wms for X too) unless you set a rule and let the window class float. |
Conky works quite fine for me. I even wrote a lua script to get the current workspace. Allow me to share my config I did after many trial and error: https://gist.github.com/juju2143/aece6992955462333712 Of course, starting from commit 6596582, you can set |
Adding something along the lines of |
Yeah, I know. You gotta follow the development of swaybar and make the necessary changes in your config as soon as they come out. Right now, swaybar only serves to reserve some space at the bottom so I can draw conky on it, but that would be nice if you can do that directly in conky somehow. |
Wow juju2143, do you mind sharing a screenshot of a working example? Looking forward to trying it out! |
@onny The colors hasn't been implemented yet, but I'm sure it will happen soon. |
Thanks for the info, sounds awesome :) |
Colors would be nice. Are they supposed to be the standard ANSI escape codes? |
@juju2143 no, swaybar is supposed to implement the i3bar protocol: http://i3wm.org/docs/i3bar-protocol.html so the colors should be provided as part of the json data. |
Looks like there's already a pull request for that #394 (comment) :) |
I changed i3status output_format to i3bar but unfortunately swaybar doesn't render it :( |
Do you have i3status as input? And how did you configure it? |
Ow... Some prob for me. My conky conf is here : https://github.com/feliwyn/i3config |
i3status config:
sway config:
i3status output:
But whole swaybar is somehow broken after that :( |
@progandy Oh, that might be why I couldn't see anything in the bar after switching to the JSON format in my Conky config. Otherwise, fun fact, if you switch to the Lua config format, you can put somewhere in your config these lines, before config.text:
and you can directly put |
Oh, it works as of 23df7ed now. Looks like a pretty simple fix. |
Yep nice, it works for me now! Thank you! |
@progandy Yeah! It's works! But found another probleme. (I can open a new issue, if necessary) https://paste.feliwyn.fr/?f11f28ed7b8123f2#1yzDh9Tfar5EZPo3hKvshoLp0qnuTPF9dq4btkGd09c= For exemple, in this paste, the text : "resize" isn't show. So, you don't really now if you are in the mode or no. |
That's covered by this issue: |
Hi!
Totally no support of conky?
No conky-bar, and no conky on my desktop. :)
The text was updated successfully, but these errors were encountered: