From 7d8f57b57ab40a03064f9eca503aa24b93b70a77 Mon Sep 17 00:00:00 2001 From: ray Date: Mon, 19 Jan 2026 23:17:27 +0000 Subject: [PATCH] update --- bspwmrc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/bspwmrc b/bspwmrc index 2ce7fd4..0d4937a 100755 --- a/bspwmrc +++ b/bspwmrc @@ -33,7 +33,9 @@ bspc rule -a 188.68.166.184 state=fullscreen follow=on xsetroot -cursor_name left_ptr +# note after system theme changes these also get set in +# ~/projects/os-dark-light-theme/scripts/refresh-apps.sh bspc config border_width 3 -bspc config focused_border_color '#ff0000' -bspc config active_border_color '#dddddd' -bspc config normal_border_color '#dddddd' +bspc config focused_border_color '#dd0000' +bspc config active_border_color '#eeeeee' +bspc config normal_border_color '#eeeeee'