https://github.com/isaachhk02/gnome_autodark
GNOME autodark using systemd
https://github.com/isaachhk02/gnome_autodark
Last synced: 4 months ago
JSON representation
GNOME autodark using systemd
- Host: GitHub
- URL: https://github.com/isaachhk02/gnome_autodark
- Owner: isaachhk02
- License: gpl-3.0
- Created: 2024-06-13T22:21:47.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-13T17:11:20.000Z (11 months ago)
- Last Synced: 2024-11-15T07:20:33.914Z (7 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GNOME Auto-Dark Mode
Change the light/dark mode in specify hour
# Build
`make`# Install
`make install`# Disable the service
`systemctl --user disable gnome-autodark.timer``systemctl --user disable gnome-autodark.service`
# Enable the service
`systemctl --user enable gnome-autodark.service`
`systemctl --user enable gnome-autodark.timer`
# How to remove?
First disable the systemd services
`systemctl --user disable --now gnome-autodark.service`
`systemctl --user disable --now gnome-autodark.timer`
And finally remove the systemd file and binary file
`sudo rm -v /etc/systemd/user/gnome-autodark.service /etc/systemd/user/gnome-autodark.timer /usr/bin/gnome-autodark`