Re: [dev] [st] Hardcoded colors. Can I change them runtime?

2018-08-06 Thread Timur Fayzrakhmanov
forced to manually adjust them. However, my demands weren't really "special" - just plain bash and something like `ls`. Regards, Timur Fayzrakhmanov

Re: [dev] [st] Hardcoded colors. Can I change them runtime?

2018-08-05 Thread Timur Fayzrakhmanov
> Just in case it is still relevant I cite a part of dwm description > from suckless.org where it explains why editing the source code and > recompilation is the best way of configuring such type of software Daniel, thanks. Yep, I've read the excerpt. I agree about the security but the configuring

Re: [dev] [st] Hardcoded colors. Can I change them runtime?

2018-08-01 Thread Timur Fayzrakhmanov
nst char *colorname[] = { /* 8 normal colors */ ... /* 8 bright colors */ ... [255] = 0, /* Here? */ /* BTW, does 232-255 grayscale colors (from black to white in 24 steps) are formed automatically and not need to be set explicitly? */ ``` Regards, Timur Fayzrakhmanov Regards, Timur Fayzrakhm

[dev] [st] Hardcoded colors. Can I change them runtime?

2018-07-30 Thread Timur Fayzrakhmanov
or the terminal emulators in general so I hope to get a hint. Thank you all. Regards, Timur Fayzrakhmanov