summaryrefslogtreecommitdiff
path: root/modules/50-discord
diff options
context:
space:
mode:
authorGalen Guyer <galen@galenguyer.com>2022-11-28 11:26:59 -0500
committerGalen Guyer <galen@galenguyer.com>2022-11-28 11:26:59 -0500
commit439d249e42ddba594115411a4eafc6140cf46dfc (patch)
tree2f0df685bc997b9001ea25a6cc1f4969e7f2ec17 /modules/50-discord
parent0752767c04a7816f5818987568d6ac5aaa810fc0 (diff)
Use soft links instead of hard links
Diffstat (limited to 'modules/50-discord')
-rw-r--r--modules/50-discord/discord.json3
-rw-r--r--modules/50-discord/install.sh2
2 files changed, 2 insertions, 3 deletions
diff --git a/modules/50-discord/discord.json b/modules/50-discord/discord.json
index e4fa387..1ee0936 100644
--- a/modules/50-discord/discord.json
+++ b/modules/50-discord/discord.json
@@ -50,7 +50,7 @@
},
"fixmentions": true,
"greentext": true,
- "imgxis": false,
+ "imgxis": true,
"linuxUpdater": true,
"noJoinMessageWave": true,
"noReplyChainNag": true,
@@ -70,7 +70,6 @@
"clearUrls": true,
"inviteToNowhere": true,
"panic": true,
- "timestampSeconds": false,
"typingAvatars": true,
"css": {
"enabled": true,
diff --git a/modules/50-discord/install.sh b/modules/50-discord/install.sh
index 1589a5c..4c926b3 100644
--- a/modules/50-discord/install.sh
+++ b/modules/50-discord/install.sh
@@ -20,5 +20,5 @@ function install() {
log info "linking hh3 config"
mkdir -p "$HOME/.config/hh3"
- ln -f "$_scriptdir/discord.json" "$HOME/.config/hh3/discord.json"
+ ln -sf "$_scriptdir/discord.json" "$HOME/.config/hh3/discord.json"
}