replace powertop with xfce-power-manager
This commit is contained in:
parent
7842efa3a9
commit
bcf430f343
4 changed files with 3 additions and 22 deletions
|
@ -1,9 +0,0 @@
|
|||
[Unit]
|
||||
Description=Powertop tunings
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/powertop --auto-tune
|
||||
RemainAfterExit=true
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
|
@ -35,3 +35,4 @@
|
|||
with_items:
|
||||
- 'flameshot'
|
||||
- 'libinput-gestures'
|
||||
- 'xfce4-power-manager-settings.'
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
|
||||
- name: "Create rofi config"
|
||||
copy:
|
||||
src: './files/alacritty.yml'
|
||||
src: './files/rofi.conf'
|
||||
dest: '{{ home }}/.config/rofi/config'
|
||||
mode: 0644
|
||||
owner: "{{ user }}"
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
- smartmontools
|
||||
- 'sysstat'
|
||||
- tlp
|
||||
- xfce4-power-manager
|
||||
|
||||
- name: Enable TLP services
|
||||
service:
|
||||
|
@ -26,15 +27,3 @@
|
|||
src: ./files/tlp.conf
|
||||
dest: /etc/default/tlp
|
||||
mode: 0644
|
||||
|
||||
- copy:
|
||||
src: ./files/powertop.service
|
||||
dest: /etc/systemd/system/powertop.service
|
||||
mode: 0644
|
||||
owner: root
|
||||
directory_mode: true
|
||||
|
||||
- service:
|
||||
name: "powertop"
|
||||
enabled: true
|
||||
state: started
|
||||
|
|
Loading…
Reference in a new issue