This repository has been archived on 2020-09-29. You can view files and clone it, but cannot push or open issues or pull requests.
Files
dotfiles_old/.scripts/dmenu-run.sh
2018-08-26 12:57:57 +03:00

7 lines
119 B
Bash
Executable File

#!/bin/sh
. "${HOME}/.cache/wal/colors.sh"
dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15" "$@"