From 3be98e5ef5247042fd219dded572910305b1a5a4 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sat, 9 Mar 2024 14:16:43 +0100 Subject: big restructure of `mode` scripts --- .local/share/mode/switch.d/rofi | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 .local/share/mode/switch.d/rofi (limited to '.local/share/mode/switch.d/rofi') 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 + -- cgit v1.2.3