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