Drop hardinfo

Launch hw-info script from keyboard shortcut instead
This commit is contained in:
2Shirt 2024-03-25 21:31:05 -07:00
parent f916916946
commit 2fdbd025c1
Signed by: 2Shirt
GPG key ID: 152FAC923B0E132C
5 changed files with 6 additions and 7 deletions

4
scripts/hw-info-helper Executable file
View file

@ -0,0 +1,4 @@
#!/bin/zsh
#
sudo hw-info | less -S --use-color

View file

@ -1,5 +1,4 @@
ddrescueview-bin ddrescueview-bin
hardinfo-gtk3
hfsprogs hfsprogs
iwgtk iwgtk
memtest86-efi memtest86-efi

View file

@ -45,7 +45,6 @@ gnu-netcat
gparted gparted
gptfdisk gptfdisk
grub grub
hardinfo-gtk3
hexedit hexedit
hfsprogs hfsprogs
htop htop

View file

@ -15,9 +15,6 @@ syslinux
tigervnc tigervnc
wpa_supplicant wpa_supplicant
# hardinfo-gtk3
cmake
# iwgtk # iwgtk
gtk4 gtk4
meson meson

View file

@ -312,7 +312,7 @@
</keybind> </keybind>
<keybind key="C-A-i"> <keybind key="C-A-i">
<action name="Execute"> <action name="Execute">
<command>hardinfo</command> <command>st -t "Hardware Info" -e hw-info-helper</command>
</action> </action>
</keybind> </keybind>
<keybind key="C-A-m"> <keybind key="C-A-m">
@ -367,7 +367,7 @@
</keybind> </keybind>
<keybind key="W-i"> <keybind key="W-i">
<action name="Execute"> <action name="Execute">
<command>hardinfo</command> <command>st -t "Hardware Info" -e hw-info-helper</command>
</action> </action>
</keybind> </keybind>
<keybind key="W-m"> <keybind key="W-m">