Add click action to kernel module to display fastfetch

This commit is contained in:
Sravan Balaji 2024-05-03 19:10:42 -04:00
parent 33a8f5bb9a
commit 1fbc9b35d8
2 changed files with 2 additions and 2 deletions

View File

@ -6760,7 +6760,7 @@ interval = ${intervals.kernel}
; Available tags:
; <output> - deprecated
; <label> (default)
format = <label>
format = %{A1:kitty fastfetch:}<label>%{A}
format-foreground = ${colors.kernel-foreground}
format-background = ${colors.kernel-background}
format-underline = ${colors.kernel-underline}

View File

@ -744,7 +744,7 @@ interval = ${intervals.kernel}
; Available tags:
; <output> - deprecated
; <label> (default)
format = <label>
format = %{A1:kitty fastfetch:}<label>%{A}
format-foreground = ${colors.kernel-foreground}
format-background = ${colors.kernel-background}
format-underline = ${colors.kernel-underline}