Jonathan Leivent

Results 92 comments of Jonathan Leivent

Note that I haven't upgraded since September 4th.

bt full: [sfwbar-btfull.txt](https://github.com/LBCrion/sfwbar/files/13822244/sfwbar-btfull.txt) About the config - I'm not sure! I saw the crash in my normal setup (which is heavily apparmored and sandboxed), but that didn't leave a core...

I did get it to segfault with my normal config, which is: [sfwbar.config.txt](https://github.com/LBCrion/sfwbar/files/13822472/sfwbar.config.txt) And the bt full from that is: [sfwbar-btfull.txt](https://github.com/LBCrion/sfwbar/files/13822477/sfwbar-btfull.txt)

Pulled that fix, and rebuilt - and it does work without fixing the config. But I'll fix the config as well. Thanks! BTW - on a completely different topic -...

Also noticed `SetMirror` when I started sfwbar up with the config from beta14. I like it, but noticed it isn't in the doc.

> That's really cool. I guess once the DLLs to handle the desired functionality are written, one can expose access to them via an IPC for taskbars to talk to?...

The closest I can get with #menu_item below is to add a border to each item, but what I'd like is a border around the full menu and not each...

This is closer to what I want: ``` #menu_item { border-left: 1px solid @theme_fg_color; border-right: 1px solid @theme_fg_color; } ```

I have been trying to figure out how showdesktop.widget works. I see that there are now 2 UserStates. And maybe that somehow targeting functions at a taskbar instead of a...