7 lines
192 B
Bash
7 lines
192 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
# archypr:summary=Overwrite the user config for hyprsunset with the Omarchy default and restart the service.
|
||
|
|
|
||
|
|
archypr-efresh-config hypr/hyprsunset.conf
|
||
|
|
archypr-estart-hyprsunset
|