added pkglist.hook
This commit is contained in:
parent
d684c12b1d
commit
42e00739e6
|
|
@ -207,7 +207,7 @@ label-background = ${colors.color9}
|
||||||
[module/temperature]
|
[module/temperature]
|
||||||
type = internal/temperature
|
type = internal/temperature
|
||||||
thermal-zone = 1
|
thermal-zone = 1
|
||||||
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon6/temp1_input
|
hwmon-path = /sys/devices/platform/coretemp.0/hwmon/hwmon7/temp1_input
|
||||||
warn-temperature = 65
|
warn-temperature = 65
|
||||||
format = <ramp> <label>
|
format = <ramp> <label>
|
||||||
format-underline = ${colors.foreground}
|
format-underline = ${colors.foreground}
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1,9 @@
|
||||||
|
[Trigger]
|
||||||
|
Operation = Install
|
||||||
|
Operation = Remove
|
||||||
|
Type = Package
|
||||||
|
Target = *
|
||||||
|
|
||||||
|
[Action]
|
||||||
|
When = PostTransaction
|
||||||
|
Exec = /bin/sh -c '/usr/bin/pacman -Qqen > /home/hate/addons/pacman-packages && /usr/bin/pacman -Qqem > /home/hate/addons/yay-packages'
|
||||||
Loading…
Reference in New Issue