Compare commits
2 commits
f76c0ecad8
...
cd5ee4addb
| Author | SHA1 | Date | |
|---|---|---|---|
| cd5ee4addb | |||
| ea9c6783cc |
4 changed files with 3 additions and 15 deletions
|
|
@ -22,11 +22,6 @@
|
||||||
services.minecraft-servers.servers.velocity.symlinks."velocity.toml".value = {
|
services.minecraft-servers.servers.velocity.symlinks."velocity.toml".value = {
|
||||||
servers = {
|
servers = {
|
||||||
forge-1-19-2 = "127.0.0.1:30004";
|
forge-1-19-2 = "127.0.0.1:30004";
|
||||||
|
|
||||||
# In what order we should try servers when a player logs in or is kicked from a server.
|
|
||||||
try = [
|
|
||||||
"forge-1-19-2"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -21,11 +21,6 @@
|
||||||
services.minecraft-servers.servers.velocity.symlinks."velocity.toml".value = {
|
services.minecraft-servers.servers.velocity.symlinks."velocity.toml".value = {
|
||||||
servers = {
|
servers = {
|
||||||
neoforge-1-21-1 = "127.0.0.1:30005";
|
neoforge-1-21-1 = "127.0.0.1:30005";
|
||||||
|
|
||||||
# In what order we should try servers when a player logs in or is kicked from a server.
|
|
||||||
try = [
|
|
||||||
"neoforge-1-21-1"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -63,7 +63,7 @@ post_hook = 'sketchybar --reload'
|
||||||
[templates.jankyborders]
|
[templates.jankyborders]
|
||||||
input_path = './templates/jankyborders.sh'
|
input_path = './templates/jankyborders.sh'
|
||||||
output_path = '~/.cache/matugen-jankyborders.sh'
|
output_path = '~/.cache/matugen-jankyborders.sh'
|
||||||
post_hook = 'sh ~/.cache/matugen-jankyborders.sh'
|
post_hook = 'sh ~/.cache/matugen-jankyborders.sh & disown'
|
||||||
|
|
||||||
[templates.zsh]
|
[templates.zsh]
|
||||||
input_path = './templates/zsh.sh'
|
input_path = './templates/zsh.sh'
|
||||||
|
|
|
||||||
|
|
@ -3,9 +3,7 @@
|
||||||
killall borders
|
killall borders
|
||||||
|
|
||||||
if [ "{{ rounding }}" = 0 ]; then
|
if [ "{{ rounding }}" = 0 ]; then
|
||||||
nohup borders active_color=0xFF{{colors.primary.default.hex_stripped}} inactive_color=0xFF{{colors.background.default.hex_stripped}} width=6.0 style=square > /dev/null &
|
exec borders active_color=0xFF{{colors.primary.default.hex_stripped}} inactive_color=0xFF{{colors.background.default.hex_stripped}} width=6.0 style=square
|
||||||
else
|
else
|
||||||
nohup borders active_color=0xFF{{colors.primary.default.hex_stripped}} inactive_color=0xFF{{colors.background.default.hex_stripped}} width=6.0 style=round > /dev/null &
|
exec borders active_color=0xFF{{colors.primary.default.hex_stripped}} inactive_color=0xFF{{colors.background.default.hex_stripped}} width=6.0 style=round
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue