mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-10-04 17:09:21 +00:00
Remove windows resolution detection
This commit is contained in:
4
fetch
4
fetch
@@ -588,10 +588,6 @@ getresolution () {
|
|||||||
awk '/Resolution:/ {print $2"x"$4" "}')
|
awk '/Resolution:/ {print $2"x"$4" "}')
|
||||||
;;
|
;;
|
||||||
|
|
||||||
"Windows")
|
|
||||||
resolution="$(wmic path Win32_VideoController get CurrentHorizontalResolution,CurrentVerticalResolution /format:value)"
|
|
||||||
;;
|
|
||||||
|
|
||||||
*)
|
*)
|
||||||
resolution="Unknown"
|
resolution="Unknown"
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user