index — dotfiles @ d70c00021ea42661c7ed1d9df6566873d43dc9e0

my dotfiles

bin/dmenu-wl (view raw)

 1
 2
 3
 4
 5
 6
 7
#!/bin/sh

MONITOR=$(swaymsg -t get_outputs | jq -r '.[] | select(.focused==true).name')

/usr/local/bin/dmenu-wl $* -nb '#2b3339' -nf '#d3c6aa' -sb '#d3c6aa' -sf '#212736' -i -m "$MONITOR" -fn 'DroidSansM Nerd Font'

exit $?