aboutsummaryrefslogtreecommitdiff
path: root/.local/share/bin/rofi
blob: 771b5220151fb45f798cade3486622d2d262057a (plain)
1
2
3
4
5
#!/bin/sh
export ROFIBGCOLOR="$(xrdb -get background)"
export ROFIFGCOLOR="$(xrdb -get foreground)"
export ROFIACCOLOR="$(xrdb -get color5)"
/bin/rofi -no-default-config "$@"