color role → desktop_environment role

Is this commit without too many change so that Git catches on the
rename?
Yes, yes it is.
This commit is contained in:
Geoffrey Frogeye 2021-06-18 21:55:19 +02:00
parent fd580acf2c
commit fda5b38ddb
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
6 changed files with 46 additions and 16 deletions

View file

@ -0,0 +1,14 @@
- name: xrdb-reload
command: "xrdb -I{{ ansible_env.HOME }} {{ ansible_env.HOME }}/.config/Xresources/main"
- name: i3-reload
command: i3-msg reload
- name: shell-reload
command: "{{ ansible_env.HOME }}/.local/bin/colorSchemeApply"
- name: fzf-reload
shell: "source {{ ansible_env.HOME }}/.local/bin/colorSchemeApplyFzf"
- name: qutebrowser-reload
shell: "! pgrep qutebrowser || qutebrowser :config-source"