gnome extension

This commit is contained in:
2022-11-02 18:12:41 -05:00
parent b11c6da825
commit 034ac740b2
2 changed files with 16 additions and 0 deletions

View File

@@ -104,3 +104,18 @@
ansible.builtin.systemd:
masked: yes
name: power-profiles-daemon
- name: download s76 gnome extension
ansible.builtin.git:
repo: https://github.com/pop-os/gnome-shell-extension-system76-power.git
dest: /tmp/s76-power
single_branch: yes
- name: Build s76 gnome extension
community.general.make:
chdir: /tmp/s76-power
- name: Run 'install' s76 gnome extension
community.general.make:
chdir: /tmp/s76-power
target: install