helix: add script to reload on dark mode change
This commit is contained in:
parent
31e42cc178
commit
c2afe72d3f
3 changed files with 20 additions and 0 deletions
4
home/bin/monitor-dark-mode.sh
Executable file
4
home/bin/monitor-dark-mode.sh
Executable 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue