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

2018-08-06 Thread Charlie Kester
On Sun 05 Aug 2018 at 12:41:56 PDT Daniel Vartanov wrote: Hey, I appreciate your emotional rollercoaster because of this peculiarity, the patches indeed are not alwasy compatible (so are any mods to software TBH). Perhaps the array of color definitions should be broken out into a separate fil

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

2018-08-06 Thread Daniel Vartanov
TBH, I can't imagine why the same RGB numbers could be different in different terminals (is it the case? did I get you correctly?). My stterm carries "nord" theme like a charm. I would really like to ask really experienced people to help with this case, we have at least two people genuinely perplex

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

2018-08-06 Thread Timur Fayzrakhmanov
Hi Daniel, Yes, I've tried it (even before writing here) and were not really satisfied. That's why I decided to put thoughts here. Better than nothing anyway but since some colors are missed - there were situations where few combinations were not distinguishable. So I remember I forced to manually

Re: [dev] [dwm] [PATCH] Do not draw bar if it is hidden

2018-08-06 Thread Petr Ĺ abata
On Mon, Aug 06, 2018 at 06:10:02PM +0200, Hiltjo Posthuma wrote: > On Mon, Aug 06, 2018 at 04:42:19PM +0300, Alexander Krotov wrote: > > With this patch the bar can at least be hidden before opening web pages > > that cause Xft errors. > > > > This is not a dwm issue. Please bother the Xft develo

Re: [dev] [dwm] [PATCH] Do not draw bar if it is hidden

2018-08-06 Thread Hiltjo Posthuma
On Mon, Aug 06, 2018 at 04:42:19PM +0300, Alexander Krotov wrote: > With this patch the bar can at least be hidden before opening web pages > that cause Xft errors. > This is not a dwm issue. Please bother the Xft developers. > From b13c56c10b4c1da3e357efae3d4827da573650a4 Mon Sep 17 00:00:00 20

[dev] [dwm] [PATCH] Do not draw bar if it is hidden

2018-08-06 Thread Alexander Krotov
With this patch the bar can at least be hidden before opening web pages that cause Xft errors. >From b13c56c10b4c1da3e357efae3d4827da573650a4 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Mon, 6 Aug 2018 16:37:14 +0300 Subject: [PATCH] Do not draw bar if it is hidden --- dwm.c | 3 +++