From a77f24d657a6091022754adb1b30750748132216 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 11 Sep 2026 18:42:05 +0200 Subject: feat(install): reload running apps after generating configs install.sh wrote every config and reloaded nothing, so a scheme switch looked half-applied: the files were correct but waybar, kitty, conky and dunst kept drawing the old colours until five commands were run by hand. It now signals waybar, kitty and Hyprland, runs udt-accent (which regenerates the accent and restarts dunst), and restarts conky, which has no hot-reload. Each is guarded on the process actually running, so a missing one is skipped rather than started: verified conky stays stopped when it was not up before. rofi needs nothing, it reads its theme per launch. Qt and GTK apps still need a manual restart and the README says so. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_015gbjA2bmswN8jyPDKzrvqe --- templates/conky.conf | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'templates/conky.conf') diff --git a/templates/conky.conf b/templates/conky.conf index a87b088..739cc41 100644 --- a/templates/conky.conf +++ b/templates/conky.conf @@ -5,17 +5,17 @@ conky.config={ mpd_host = '172.16.34.5', mpd_port = 6600, background=true, - color1='#7aa2f7', - color2='#a9b1d6', - color3='#3b4261', - color4='#7dcfff', - color5='#bb9af7', - color6='#9ece6a', + color1='#88c0d0', + color2='#d8dee9', + color3='#4c566a', + color4='#8fbcbb', + color5='#b48ead', + color6='#a3be8c', pad_percents=0, cpu_avg_samples=4, - default_color='#c0caf5', - default_outline_color='#3b4261', - default_shade_color='#16161e', + default_color='#eceff4', + default_outline_color='#4c566a', + default_shade_color='#3b4252', default_bar_height=10, default_bar_width=500, double_buffer=true, -- cgit v1.2.3