10 lines
185 B
Desktop File
10 lines
185 B
Desktop File
[Unit]
|
|
After=windowmanager.target
|
|
Conflicts=color-theme-dark.service
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStart=/usr/bin/env switch-color-mode light
|
|
RemainAfterExit=true
|
|
PassEnvironment=DISPLAY
|