Remove space between icon and text (dmenu_cmd)
This commit is contained in:
parent
e8c84a6f66
commit
1a789ed671
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user