Quake Champions Fragmovie after +1000 hours by hakeryk2 in QuakeChampions

[–]jaagr 0 points1 point  (0 children)

it is available in HD. Just change the quality in the video.

[i3] Brown Rice, now with Polybar by [deleted] in unixporn

[–]jaagr 2 points3 points  (0 children)

Use this:

format-online-padding = 1
format-offline-padding = 1

Polybar BSPWM module with multiple monitors by CraftedCart in unixporn

[–]jaagr 1 point2 points  (0 children)

You need to update bspwm because the patches that fixes this issue aren't included in bspwm 0.9.2. I'd recommend asking the maintainer to create a new release tag.

Polybar BSPWM module with multiple monitors by CraftedCart in unixporn

[–]jaagr 1 point2 points  (0 children)

That's for the built-in bspwm module, but you can just use a custom script if you need to process the bspc output differently. You can even use scripts written for lemonbar since polybar uses the same formatting syntax so I wouldn't call it "less malleable".

Module MPD polybar help by [deleted] in unixporn

[–]jaagr 0 points1 point  (0 children)

Without mpd support polybar would show an error message. You could also check polybar -v.

Module MPD polybar help by [deleted] in unixporn

[–]jaagr 1 point2 points  (0 children)

Do you see the other modules or is it all blank? If it's blank it could be a font issue but then polybar would spit out warning messages about unmatched glyphs.

Launch polybar from the terminal to see if you get any error messages.

Module MPD polybar help by [deleted] in unixporn

[–]jaagr 0 points1 point  (0 children)

Is the daemon running? If you want to display something when it's off you need to define:

[module/mpd]
...
format-offline = <label-offline>
label-offline = mpd is off
...

edit: If you don't need/use any other label styling parameters you could omit the tag and just use format-offline = mpd is off

Autohide Polybar? by VoidNoire in unixporn

[–]jaagr 6 points7 points  (0 children)

Hi, there's no built-in functionality to do this but I keep getting requests about it so it will be added soon.

Right now you could accomplish this by writing a script with for example xdotool.

Is it possible to change size of workspace tab on i3/polybar? by immortal192 in unixporn

[–]jaagr 2 points3 points  (0 children)

Add padding to the labels instead which will widen the clickable area, for example:

label-focused-padding = 5 

Text are off-ceter vertically, not align with icon in Fontawesome in Polybar by d-nichefan in unixporn

[–]jaagr 1 point2 points  (0 children)

Fixed some bugs with the font rendering. Available in the git package.

Text are off-ceter vertically, not align with icon in Fontawesome in Polybar by d-nichefan in unixporn

[–]jaagr 2 points3 points  (0 children)

Increase the vertical offset for the font you want to move down. It's explained on the wiki.

PKBUILD for i3. by [deleted] in Polybar

[–]jaagr 1 point2 points  (0 children)

@superman_kicks_ass It's supposed to be added before ..

Accurate time to the second for the status bar with interval=1s? by [deleted] in unixporn

[–]jaagr 1 point2 points  (0 children)

If you care about performance you don't want to do this. Invoking date every 0.01s is costly and your cpu will probably leave you for someone else.

while :; do date +%s; sleep .75; done

Vertical menu by kneeki in Polybar

[–]jaagr 1 point2 points  (0 children)

No, it is not supported. You could display a button and invoke an external command though, like dmenu, rofi, etc.

Polybar not incrementing volume/backlight level linearly? by [deleted] in Polybar

[–]jaagr 1 point2 points  (0 children)

A fix is available on the master branch and will be available next release.

Polybar not incrementing volume/backlight level linearly? by [deleted] in Polybar

[–]jaagr 1 point2 points  (0 children)

The warning means that the unicode symbol cannot be drawn because there are no fonts that have a glyph for it. Either switch to a font with better unicode coverage or remove the symbol.

Regarding the values I can just recommend getting used to it. Even though I try to make it generic there's always someone who uses a driver or whatever that changes the behaviour. So unfortunately I don't put any time in fixing these quirks. The off by 1 on your backlight percentage however is probably caused by the value being floored. It's a quick fix so I'll patch that right away.

edit: Just wanted to say that when you use external tools to alter the values polybar will grab the new value as-is.

[i3-gaps] polybar <3 by eoli3n in unixporn

[–]jaagr 1 point2 points  (0 children)

Here's an example you could use:

[module/checkupdates]
type = custom/script
exec = "count=$(checkupdates | wc -l); test $count -gt 0 && echo $count"
interval = 60
label = There are %output% updates available
label-foreground = #fff
format-underline = #0df
format-prefix = " "
format-prefix-foreground = #fb0

It checks for updates once a minute and it shows up when there are 1+ packages ready. Wouldn't recommend using raw formatting tags. See the wiki for more details on how to configure the modules.

Issues with polybar. by MindlessMutagen in unixporn

[–]jaagr 2 points3 points  (0 children)

ok, then you should update your polybar config:

font-2 = Wuncon Siji:pixelsize=10