diff options
Diffstat (limited to '.local/share/mode/switch.d/discord')
| -rwxr-xr-x | .local/share/mode/switch.d/discord | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.local/share/mode/switch.d/discord b/.local/share/mode/switch.d/discord index f656783..dd7e5e3 100755 --- a/.local/share/mode/switch.d/discord +++ b/.local/share/mode/switch.d/discord @@ -1,5 +1,8 @@ #!/bin/sh -cat << EOF > "$XDG_CONFIG_HOME/BetterDiscord/themes/mode.theme.css" +[ $no_cfg -eq 1 ] && return + +mkcd "$XDG_CONFIG_HOME/BetterDiscord/themes" +cat << EOF > 'mode.theme.css' /** * @name mode * @author mode |