From c902c2d69ea6db7554c1deb194d874eb51d2c3f2 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 23 Dec 2017 22:35:25 +1100 Subject: [PATCH] general: Fix travis --- neofetch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 9c54a388..e71c979a 100755 --- a/neofetch +++ b/neofetch @@ -1244,7 +1244,9 @@ get_gpu() { ;; *"intel"*) - freq="$(< /sys/devices/pci0000:00/0000:"${gpu/ *}"/drm/card0/gt_cur_freq_mhz)" + # (sorry) + freq="$(< /sys/devices/pci0000:00/0000:\ +"${gpu/ *}"/drm/card0/gt_cur_freq_mhz)" type -p glxinfo >/dev/null && \ gpu="$(glxinfo | grep "Device:.*Intel")"