Closed dcolish closed 11 years ago
Have you tried this in Wingo yet? Screen real estate is given to applications like dzen2 that request it (using struts).
You can get information from Wingo by running commands. Please see HOWTO-COMMANDS. Also, since Wingo mostly respects EWMH, conventional methods to get window manager information are also appropriate (by reading properties on the root window, but this requires writing some X code).
HOWTO-COMMANDS will tell you how to run commands with wingo-cmd
.
Also, see wingo-cmd --help
for options that help with documentation. There is also a --poll
option that will make wingo-cmd
repeat the command at some interval.
The commands available that can get you information usually start with Get...
. There aren't that many yet, but I'll add more per recommendation.
Ok, I haven't tried running it with wingo-cmd
. I'll look into getting that working when I have a moment.
Were you able to get what you wanted working?
Adding new commands to retrieve info is simple, so if there's info you want that isn't accessible via existing commands, just let me know.
I'm closing this due to inactivity from the author.
dcolish, please reopen this if the issue hasn't been resolved.
Sorry, I haven't had much time to get back to this. Its on the list and I will try soon.
Have a look at how I've used wingo-cmd. https://github.com/NPerry/dotfiles/blob/master/bin/wingo-status
NPerry could you please explain how you used it? I tried to use it like: ./wingo-status.sh|dzen2 but dzen panel is above all other windows in wingo
I'm piping into @LemonBoy/bar using the following ./bin/wingo-status | bar &
Are you launching wingo or dzen first?
wingo first
I'm running the bar command first, I'm not sure if this is what is causing it. @BurntSushi is this expected behaviour?
Just to reopen this, im doing conky | dzen2 and my dzen bar is hiding behind all the windows!
@jsteele31 Try conky | dzen2 -dock
.
In Xmonad, you can specify a command to be piped to a small area of the workspace for system status or other monitoring information. IMHO, this is a pretty nice feature in any WM since its not very obtrusive and can convey a lot of information. I currently use it to display a dzen2 bar with a bunch of conkey info. In Xmonad the feature is called a
logHook