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.sh
2018-08-26 12:57:57 +03:00

7 lines
115 B
Bash
Executable File

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