[[profiles]]
matching = { name = '^7z.*|^rar.*|^zip.*|^tar.*|^gzip.*|^bzip2.*|^md5.*|^sha1.*|^sha256.*|^sha512.*|^bcrypt.*|^scrypt.*|^argon2.*|^whirlpool.*|^ripemd160.*', regex = true }
[[profiles.commands]]
condition = {seen = "3s"}
exec = ["sh", "-c", "performacne"]
exec_end = ["sh", "-c", "powersaving"]
[[profiles]]
matching = { name = 'cc1.*|^cc$|gcc$|c\+\+$|c89$|c99$|cpp$|g\+\+$|rustc$|cargo$|go$|^ld$|^mold$', regex = true }
[[profiles.commands]]
condition = {seen = "3s"}
exec = ["sh", "-c", "performance"]
exec_end = ["sh", "-c", "powersaving"]
[[profiles]]
matching = { cmdline = "ollama runner", regex = true}
[[profiles.commands]]
condition = {seen = "1s"}
exec = [ "sh", "-c", "doas nvidia-smi -pl 280" ]
[[profiles.commands]]
condition = {not_seen = "30s"}
exec = [ "sh", "-c", "doas nvidia-smi -pl 100"]