Cloudef / bemenu

Dynamic menu library and client program inspired by dmenu
GNU General Public License v3.0
1.16k stars 90 forks source link

Border woes #399

Open Erothas opened 2 months ago

Erothas commented 2 months ago

image

This is the command I used: j4-dmenu-desktop --dmenu='bemenu --single-instance -i -l 10 -H 25 -M 850 --tb "#191622" --tf "#e534ebff" --fb "#191622" --ff "#94e2d5" --nb "#191622E6" --nf "#ffffffff" --hb "#e534ebff" --hf "#ffffffff" --ab "#191622E6" --af "#ffffffff" --fn FiraSans --bdr "#e534ebff" -B 2 -R 20'

So, there are two issues that you could probably already spot right away:

  1. The border is being drawn over the background, leading to the background's colour bleeding over/under.
  2. The border is very clearly jagged. The thicker the border, the worse it becomes as well.