Drop hardinfo
Launch hw-info script from keyboard shortcut instead
This commit is contained in:
parent
f916916946
commit
2fdbd025c1
5 changed files with 6 additions and 7 deletions
4
scripts/hw-info-helper
Executable file
4
scripts/hw-info-helper
Executable file
|
|
@ -0,0 +1,4 @@
|
|||
#!/bin/zsh
|
||||
#
|
||||
|
||||
sudo hw-info | less -S --use-color
|
||||
|
|
@ -1,5 +1,4 @@
|
|||
ddrescueview-bin
|
||||
hardinfo-gtk3
|
||||
hfsprogs
|
||||
iwgtk
|
||||
memtest86-efi
|
||||
|
|
|
|||
|
|
@ -45,7 +45,6 @@ gnu-netcat
|
|||
gparted
|
||||
gptfdisk
|
||||
grub
|
||||
hardinfo-gtk3
|
||||
hexedit
|
||||
hfsprogs
|
||||
htop
|
||||
|
|
|
|||
|
|
@ -15,9 +15,6 @@ syslinux
|
|||
tigervnc
|
||||
wpa_supplicant
|
||||
|
||||
# hardinfo-gtk3
|
||||
cmake
|
||||
|
||||
# iwgtk
|
||||
gtk4
|
||||
meson
|
||||
|
|
|
|||
|
|
@ -312,7 +312,7 @@
|
|||
</keybind>
|
||||
<keybind key="C-A-i">
|
||||
<action name="Execute">
|
||||
<command>hardinfo</command>
|
||||
<command>st -t "Hardware Info" -e hw-info-helper</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="C-A-m">
|
||||
|
|
@ -367,7 +367,7 @@
|
|||
</keybind>
|
||||
<keybind key="W-i">
|
||||
<action name="Execute">
|
||||
<command>hardinfo</command>
|
||||
<command>st -t "Hardware Info" -e hw-info-helper</command>
|
||||
</action>
|
||||
</keybind>
|
||||
<keybind key="W-m">
|
||||
|
|
|
|||
Loading…
Reference in a new issue