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