Kernel Module Click Action Fix
- Run fastfetch and nvidia-smi when kernel module is clicked - Wait 15 seconds after commands are run so terminal doesn't exit prematurely
This commit is contained in:
parent
31c5ea9f26
commit
510b15c7b8
@ -6760,7 +6760,7 @@ interval = ${intervals.kernel}
|
|||||||
; Available tags:
|
; Available tags:
|
||||||
; <output> - deprecated
|
; <output> - deprecated
|
||||||
; <label> (default)
|
; <label> (default)
|
||||||
format = %{A1:kitty fastfetch:}<label>%{A}
|
format = %{A1:kitty bash -c "fastfetch && nvidia-smi && sleep 15":}<label>%{A}
|
||||||
format-foreground = ${colors.kernel-foreground}
|
format-foreground = ${colors.kernel-foreground}
|
||||||
format-background = ${colors.kernel-background}
|
format-background = ${colors.kernel-background}
|
||||||
format-underline = ${colors.kernel-underline}
|
format-underline = ${colors.kernel-underline}
|
||||||
|
@ -744,7 +744,7 @@ interval = ${intervals.kernel}
|
|||||||
; Available tags:
|
; Available tags:
|
||||||
; <output> - deprecated
|
; <output> - deprecated
|
||||||
; <label> (default)
|
; <label> (default)
|
||||||
format = %{A1:kitty fastfetch:}<label>%{A}
|
format = %{A1:kitty bash -c "fastfetch && nvidia-smi && sleep 15":}<label>%{A}
|
||||||
format-foreground = ${colors.kernel-foreground}
|
format-foreground = ${colors.kernel-foreground}
|
||||||
format-background = ${colors.kernel-background}
|
format-background = ${colors.kernel-background}
|
||||||
format-underline = ${colors.kernel-underline}
|
format-underline = ${colors.kernel-underline}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user