7 lines
133 B
Bash
Executable file
7 lines
133 B
Bash
Executable file
#!/bin/sh
|
|
|
|
# Import the colors
|
|
. "${HOME}/.cache/wal/colors.sh"
|
|
|
|
dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"
|