#!/bin/sh if [ -z "$WAYLAND_DISPLAY" -a -n "$DISPLAY" ]; then dmenu -i -nb '#000000' -nf '#198844' -sb '#39c1ed' -sf '#198844' "$@" else dmenu-wl -nb '#000000' -nf '#198844' -sb '#39c1ed' -sf '#198844' -i $@ fi