mirror of
https://gitgud.io/Melon__Bread/gnu-plus-dotfiles.git
synced 2024-11-25 08:48:27 -05:00
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"
|