Fuad Saud

Results 37 comments of Fuad Saud

Hmm, I'l try to update pt soon. @chikamichi nice ideas; the installation workflow could be more detailed and reflect the current installation methods (rvm, ruby-build, etc) and explain the use...

I've forked https://github.com/jgierer12/pocket-casts-linux and fixed some annoying MPRIS bugs. If there's interest, it might be possible to port the MPRIS implementation from that repo into this one.

I have been using a modified version of this repo in such a way that it's not specific to spotify. It assumes `playerctld` is running. However, there's a bug to...

So, I was thinking about something like this: ```ini [module/playerctl-pp] type = custom/script tail = true exec = dpolybar-player-status-pp format = format-background = ${xrdb:color6} format-foreground = ${xrdb:color0} click-left = playerctl...

I'm still learning my ways around polybar, so this is mostly exploratory work that I'm doing. One advantage I see in my approach is the fact that the bar name...

> If his name is not Paul, raise the alarm. ``` if name != 'Paul' raise 'the alarm' end ``` CoffeeScript's `is` and `is not` operators really shine in situations...

Also, it's worth taking a look at #325.

I usually do 2 for small hashes and 3 for the bigger ones, except I put the closing and opening brackets between the hashes in the same line: ``` ruby...