helix: add script to reload on dark mode change

This commit is contained in:
2025-11-03 23:51:20 +01:00
parent 31e42cc178
commit c2afe72d3f
3 changed files with 20 additions and 0 deletions

4
home/bin/monitor-dark-mode.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/usr/bin/env sh
gsettings monitor org.gnome.desktop.interface color-scheme \
| xargs -L1 "${HOME}/rep/flocon/home/bin/switch-helix-theme.sh"