watch-dconf: refrescar hx automáticamente
This commit is contained in:
parent
26a6a1aaee
commit
9df86e74d7
2 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
theme = "emacs"
|
||||
theme = "autumn_night"
|
||||
|
||||
[editor.lsp]
|
||||
display-messages = true
|
||||
|
|
|
@ -5,6 +5,7 @@ dconf_color_path=/org/gnome/desktop/interface/color-scheme
|
|||
|
||||
switch_helix() {
|
||||
sed -i 's/theme = ".*"/theme = "'$1'"/' ~/.config/helix/config.toml
|
||||
pkill -USR1 hx
|
||||
}
|
||||
switch_kitty() {
|
||||
kitty +kitten themes --reload-in=all --config-file-name=themes.conf "$1"
|
||||
|
|
Loading…
Reference in a new issue