summaryrefslogtreecommitdiff
path: root/dunst/dmenu.sh
blob: ec420482c81d01fe2f432792edcf2fbb759996bc (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash
set -euo pipefail

exec /usr/bin/dmenu \
  -p "dunst:" \
  -fn "FiraCode Nerd Font-12" \
  -nb "#282828" \
  -nf "#ebdbb2" \
  -sb "#d79921" \
  -sf "#282828" \
  -i