FIX remove clevo and use stock conky (native comp does nothing)

This commit is contained in:
Nathan Dwarshuis 2022-07-31 23:09:54 -04:00
parent aacc5199e1
commit bddb8ce06f
1 changed files with 0 additions and 7 deletions

View File

@ -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"
} }