aboutsummaryrefslogtreecommitdiff
path: root/.local/share/bin/rofi
diff options
context:
space:
mode:
Diffstat (limited to '.local/share/bin/rofi')
-rwxr-xr-x.local/share/bin/rofi6
1 files changed, 2 insertions, 4 deletions
diff --git a/.local/share/bin/rofi b/.local/share/bin/rofi
index 771b522..b3c7e28 100755
--- a/.local/share/bin/rofi
+++ b/.local/share/bin/rofi
@@ -1,5 +1,3 @@
#!/bin/sh
-export ROFIBGCOLOR="$(xrdb -get background)"
-export ROFIFGCOLOR="$(xrdb -get foreground)"
-export ROFIACCOLOR="$(xrdb -get color5)"
-/bin/rofi -no-default-config "$@"
+. "$XDG_CONFIG_HOME/rofi/colors"
+exec /bin/rofi -no-default-config "$@"