This commit is contained in:
iFargle 2024-01-19 13:21:53 +09:00
parent 95069f1ca2
commit 1aeeb87367

View file

@ -51,7 +51,7 @@ in
hostname = { hostname = {
ssh_only = true; ssh_only = true;
style = "fg:${blackColor} bg:${orangeColor}"; style = "fg:${blackColor} bg:${orangeColor}";
format = "@[$hostname]($style)"; format = "[@$hostname]($style)";
disabled = false; disabled = false;
}; };