titleInfo top-level property
String
get
titleInfo
Implementation
String get titleInfo {
return "${(Process.runSync("id", ["-un"])).stdout.toString().trim()}-${(Process.runSync("hostname", ["-f"])).stdout.toString().trim()}";
}