minor: update qutebrowser update dark mode setting and start syncthing

This commit is contained in:
lelgenio 2021-03-31 14:03:03 -03:00
parent 56bbe6f904
commit d20b50a1e0
2 changed files with 3 additions and 0 deletions

View file

@ -144,6 +144,7 @@ colors:
webpage:
bg: "{{@@ color.bg @@}}"
preferred_color_scheme: dark
darkmode:
enabled: True
threshold:

View file

@ -17,6 +17,8 @@ exec telegram-desktop-bin || telegram-desktop
# Music Player Daemon
exec pidof mpd || mpd
exec pidof -x mpDris2 || sleep 5s && mpDris2
# Syncthing, sync folders between stuff
exec pidof syncthing || syncthing -no-browser
###############################################################