Compare commits

..

No commits in common. "7eecda7ccbfcc4b8d7160dc36b0db377bef59953" and "e6922c695b652118ad98814ddc0903baea7bc744" have entirely different histories.

4 changed files with 0 additions and 33 deletions

View file

@ -1,4 +0,0 @@
- name: Cleanup
hosts: odhosts
roles:
- cleanup

View file

@ -4,4 +4,3 @@
- desktop
- sway
- waybar
- themes

View file

@ -1,12 +0,0 @@
- name: Remove some qt apps
become: true
ansible.builtin.apt:
pkg:
- plasma-desktop
- plasma-discover
- plasma-workspace
- plasma-framework
- dolphin
- plasma-systemmonitor
state: absent
autoremove: yes

View file

@ -1,16 +0,0 @@
- name: Install python3-psutil to interact with dconf
become: true
ansible.builtin.apt:
name: python3-psutil
- name: Set gtk theme
community.general.dconf:
key: "/org/gnome/desktop/interface/gtk-theme"
value: "'Adwaita'"
- name: Set gtk icon theme
community.general.dconf:
key: "/org/gnome/desktop/interface/icon-theme"
value: "'Adwaita'"
- name: Enable dark mode
community.general.dconf:
key: /org/gnome/desktop/interface/color-scheme
value: "'prefer-dark'"