Remove space between icon and text (dmenu_cmd)

This commit is contained in:
q3aql 2022-07-10 18:59:54 +02:00
parent e8c84a6f66
commit 1a789ed671

View File

@ -30,5 +30,5 @@ function load_theme() {
}
load_theme
command_run=$(echo > /dev/null | dmenu -i -nb "${NBCOLOR}" -nf "${NFCOLOR}" -sb "${SBCOLOR}" -sf "${SFCOLOR}" -p " command:")
command_run=$(echo > /dev/null | dmenu -i -nb "${NBCOLOR}" -nf "${NFCOLOR}" -sb "${SBCOLOR}" -sf "${SFCOLOR}" -p " command:")
${command_run}