-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating systemd integration to set desired color scheme at boot time #13
Comments
I believe the most comfortable way to do this is using crontab instead of systemd, as it would not be necessary to create a file either by simply typing
this may be easier to understand for new users on linux |
Do you know how Just now I tested hibernation (without crontab), and unfortunately the background lights do not 'survive' the hibernate-resume cycle. They are back to the default blue after resume. Also, |
hmmm, have you tried using systemD with timers? I'll do some tests |
when suspending the leds return to normal for me by pressing any key, already while hibernating, hibernation does not work very well on my laptop with fedora 30 silverblue, I believe it is some issue |
I do not know if you received my feedback on the donation, but I'll leave it here anyway: |
The default blue backlight colors are loaded on boot. Any changes applied through the
aucc
command are not permanent.Since elevated privileges are necessary to communicate with the USB controller, placing an
aucc
script in your Desktop environment's start folder (e.g..config/autostart-scripts/
) is not comfortable, since you will be prompted for yoursudo
password each time your display manager starts up plasma or gnome (or whichever environment you prefer).Instead, the following should happen:
aucc
parameters) into a system configuration file, like/etc/aucc.conf
.systemd
service is created and enabled for auto-start during boot, which runsaucc
with root privileges, applying the color scheme from/etc/aucc.conf
to the USB keyboard controller.The text was updated successfully, but these errors were encountered: