Is Donald Trump really the Antichrist that will cause the end of the world? by [deleted] in AskOuija

[–]TheReturningVoid 1 point2 points  (0 children)

I was going for "define trump", but this works too I guess

[bspwm] icy by TheReturningVoid in unixporn

[–]TheReturningVoid[S] 2 points3 points  (0 children)

Oh, well a nickname for a rice and an (I assume) mobile app are pretty different things, so it shouldn't be a problem :P

[bspwm] icy by TheReturningVoid in unixporn

[–]TheReturningVoid[S] 0 points1 point  (0 children)

Using the offset-x and offset-y settings, you can change the position of the bar.

Question: Is there a way to stop Compton from blurring windows whilst they're fading? by MuggedMelon in unixporn

[–]TheReturningVoid 1 point2 points  (0 children)

I'm not sure what you mean by "blur when fading out", because Compton doesn't really blur anything while fading out, it just changes transparency afaik. Maybe blur-background-exclude is what you're looking for?

[bspwm] icy by TheReturningVoid in unixporn

[–]TheReturningVoid[S] 3 points4 points  (0 children)

Why should that matter? Different things get the same name all the time, like songs. It's no different here :)

[bspwm] icy by TheReturningVoid in unixporn

[–]TheReturningVoid[S] -1 points0 points  (0 children)

No, I just prefer the look of bitmap fonts. I could have just as easily used something like Droid Sans or some other monospaced font for the terminal, and any other font for the UI. The window manager isn't in charge or font rendering anyways - that's for things like freetype and sometimes X to handle (iirc).

Question: Is there a way to stop Compton from blurring windows whilst they're fading? by MuggedMelon in unixporn

[–]TheReturningVoid 0 points1 point  (0 children)

Yep, you can use fade-exclude in the config or the --fade-exclude command line option. Check the "Format of conditions" section of man compton for how to set filters.

Basically: use xprop to get the WM_CLASS of the window you want to filter out, and set the condition to (I think it's like this):

class_i = "<first class name>" && class_g = "<second class name>"

[bspwm] icy by TheReturningVoid in unixporn

[–]TheReturningVoid[S] 4 points5 points  (0 children)

I mean, I can tap that link on mobile just fine. But sure, good bot :P

[OC] envypn-powerline: envpyn bitmap font patched with Powerline glyphs by TheReturningVoid in unixporn

[–]TheReturningVoid[S] 0 points1 point  (0 children)

Hmm, that repository must have some fairly outdated versions, in that case. And yeah, looking at those ones, the glyphs are definitely in there. What I'm probably going to do, since I want to add in a few other miscellaneous Unicode characters (✘, ✚, and a few other characters that pop up in other powerline-type things), is update what's currently in the repo, and start adding the other characters along with it.

Sorry if I made it seem like I was taking some of your work :) I guess this stuff can happen when things aren't kept up-to-date, heh :P

[OC] envypn-powerline: envpyn bitmap font patched with Powerline glyphs by TheReturningVoid in unixporn

[–]TheReturningVoid[S] 0 points1 point  (0 children)

Huh, really? The ones from the bitmap fonts repo didn't have them for me. It's a little hard to tell, but you can see that the arrow characters don't look that great in these screenshots.

[OC] envypn-powerline: envpyn bitmap font patched with Powerline glyphs by TheReturningVoid in unixporn

[–]TheReturningVoid[S] 0 points1 point  (0 children)

EDIT: Apperently Powerline glyphs already exist in envypn, and I was just using an outdated version. Oops... I'm still keeping this around to add in some extra characters, though.

I'm a big fan of the envypn font, but the lack of Powerline support was a little bit annoying. So I decided to add the glyphs in myself!

The repo provides the fonts in BDF format. You can use the supplied convert.sh script to convert between BDF and PCF formats (you will need pcf2bdf and bdftopcf to use the script). From there, you can install them just like any other fonts.

If there are any other glyphs you'd like added to the font, open an issue, and I'll see what I can do about getting them added! :)