#!/bin/bash # A wrapper for dmenu to always have it spawn with certain properties # TODO: Get rid of this script source "$HOME/.cache/wal/colors.sh" /usr/local/bin/dmenu \ -fn "JetBrains Mono:size=19:pixelsize=24" \ -nb "$background" \ -nf "$foreground" \ -sb "$color1" \ -sf "$background" \ -x "10" \ -y "10" \ -z "2860" \ -h "44" \ -i