You've already forked neo64fetch
mirror of
https://github.com/neoarz/neo64fetch.git
synced 2026-02-20 04:03:27 +01:00
feat: colors
This commit is contained in:
@@ -23,7 +23,7 @@ pub fn get_display_info() -> String {
|
||||
};
|
||||
|
||||
format!(
|
||||
"Display ({}): {}x{} @ {}x in {}\", {} Hz {}",
|
||||
"({}): {}x{} @ {}x in {}\", {} Hz {}",
|
||||
name, p_width, p_height, main.scale_factor as u32, inches, main.frequency as u32, tag
|
||||
)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user