diff options
Diffstat (limited to '.local/share/mode/switch.d/rofi')
-rwxr-xr-x | .local/share/mode/switch.d/rofi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.local/share/mode/switch.d/rofi b/.local/share/mode/switch.d/rofi new file mode 100755 index 0000000..19b9008 --- /dev/null +++ b/.local/share/mode/switch.d/rofi @@ -0,0 +1,8 @@ +#!/bin/sh +cat << EOF > "$XDG_CONFIG_HOME/rofi/colors" +export background="$bg" +export foreground="$fg" +export accent="$accent" +export accent_text="$accent_text" +EOF + |