mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
Terminal: support urxvt version detection
This commit is contained in:
@@ -388,6 +388,11 @@ const FFTerminalShellResult* ffDetectTerminalShell()
|
||||
ffStrbufInitStatic(&result.terminalPrettyName, "GNOME Terminal");
|
||||
else if(ffStrbufStartsWithS(&result.terminalProcessName, "kgx"))
|
||||
ffStrbufInitStatic(&result.terminalPrettyName, "GNOME Console");
|
||||
else if(ffStrbufEqualS(&result.terminalProcessName, "urxvt") ||
|
||||
ffStrbufEqualS(&result.terminalProcessName, "urxvtd") ||
|
||||
ffStrbufEqualS(&result.terminalProcessName, "rxvt")
|
||||
)
|
||||
ffStrbufInitStatic(&result.terminalPrettyName, "rxvt-unicode");
|
||||
|
||||
#elif defined(__APPLE__)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user