mirror of
https://github.com/LukeSmithxyz/voidrice.git
synced 2026-03-20 01:37:45 +01:00
7 lines
133 B
Bash
7 lines
133 B
Bash
#!/bin/sh
|
|
|
|
# Import the colors
|
|
. "${HOME}/.cache/wal/colors.sh"
|
|
|
|
dmenu_run -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15"
|