add os-theme-detector

This commit is contained in:
Gabriel Augendre 2024-12-28 17:46:45 +01:00
parent f7b0fd2bef
commit b45135a901
2 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>info.augendre.os-theme-detector</string>
<key>ProgramArguments</key>
<array>
<string>~/.local/bin/os-theme-detector</string>
</array>
<key>RunAtLoad</key>
<true/>
<key>KeepAlive</key>
<false/>
</dict>
</plist>

Binary file not shown.