FIX remove clevo and use stock conky (native comp does nothing)
This commit is contained in:
parent
aacc5199e1
commit
bddb8ce06f
|
@ -67,13 +67,6 @@ run_yay() {
|
||||||
run_makepkg() {
|
run_makepkg() {
|
||||||
## these are all packages that have some personal customizations and/or are
|
## these are all packages that have some personal customizations and/or are
|
||||||
## not in the AUR
|
## not in the AUR
|
||||||
## TODO the clevo thingy requires a systemd file to turn on/off
|
|
||||||
{{ if .features.clevo -}}
|
|
||||||
call_makepkg "clevo-xsm-wmi-dkms"
|
|
||||||
{{- end }}
|
|
||||||
{{ if ne .features.conky_alias "none" -}}
|
|
||||||
call_makepkg "conky-lua"
|
|
||||||
{{- end }}
|
|
||||||
call_makepkg "xkb-hypermode"
|
call_makepkg "xkb-hypermode"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue