Results 6 comments of ForgottenUmbrella

For anyone too lazy to write their own template, here's mine, saved under `~/.config/wal/templates/colors.fish`: ```fish # set fish_color_normal normal set fish_color_normal {foreground.strip} # set fish_color_command 005fd7 set fish_color_command {color2.strip} #...

My template isn't guaranteed to produce readable results (in fact I have encountered text that is too dark multiple times), which can be problematic since it makes reverting difficult. I'd...

@mirthestam I never got around to improving it myself, but check out @mysy00 's pull request #568 if you can't wait for it to be merged.

I'm a forgetful person. When I visit a user's page who I am not following, I sometimes find myself wondering whether I've sent a follow request before and been rejected,...

I've made a fork that supports seamless loops (see above). The trade-offs are that it doesn't support changing video/audio/subtitle tracks, and some video formats won't play.

Android does not natively support TIFF files. Support would require explicitly scanning for TIFF files, and then converting them to bitmaps via something like https://github.com/Beyka/Android-TiffBitmapFactory for use by ImageView.