aboutsummaryrefslogtreecommitdiff
path: root/.local/share/bin/rofi
blob: 7f0a89b37b28523840bd530d78fa693d8b5ef8aa (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/bin/sh

get_color() {
	xrdb -query | grep $1 | head -n1 | cut -f2
}

export ROFIBGCOLOR="$(get_color background)"
export ROFIFGCOLOR="$(get_color foreground)"
export ROFIACCOLOR="$(get_color color5)"

/bin/rofi $@