2024-05-05 15:29:55 +02:00
|
|
|
[Unit]
|
|
|
|
|
After=windowmanager.target
|
2024-05-06 10:19:17 +02:00
|
|
|
Conflicts=color-theme-dark.service
|
2024-05-05 15:29:55 +02:00
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
|
Type=oneshot
|
|
|
|
|
ExecStart=/usr/bin/env switch-color-mode light
|
|
|
|
|
RemainAfterExit=true
|
|
|
|
|
PassEnvironment=DISPLAY
|