fix: dmenupass background color

This commit is contained in:
David JULIEN 2021-03-10 20:35:09 +01:00
parent f936b9cfed
commit 541f92070e
1 changed files with 1 additions and 1 deletions

View File

@ -14,4 +14,4 @@ col_yellow="#ffeca3"
col_black="#1d2021"
col_orange="#f7a583"
dmenu -sb $col_orange -sf $col_black -nf "#000000" -nb "#000000" -p "$1" <&-
dmenu -sb $col_orange -sf $col_black -nf $col_black -nb $col_black -p "$1" <&-