Updates over time
This commit is contained in:
parent
6a265ea3b6
commit
cdf5996c40
4 changed files with 10 additions and 2 deletions
|
@ -621,6 +621,12 @@ class Kuro(BaseTheme):
|
|||
self.log_info("Starting xiccd color profile manager...")
|
||||
utils.execute_once("xiccd")
|
||||
|
||||
self.log_info("Starting KDE connect daemon...")
|
||||
utils.execute_once("/usr/lib/kdeconnectd")
|
||||
|
||||
self.log_info("Starting KDE connect indicator...")
|
||||
utils.execute_once("/usr/bin/kdeconnect-indicator")
|
||||
|
||||
# Update color scheme
|
||||
self.initialize_colorscheme()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue