diff --git a/roles/home-gui/files/nextcloud.desktop b/roles/home-gui/files/nextcloud.desktop deleted file mode 100755 index e826a4e..0000000 --- a/roles/home-gui/files/nextcloud.desktop +++ /dev/null @@ -1,10 +0,0 @@ -[Desktop Entry] -Categories=Utility -Type=Application -Exec=nextcloud --background -Name=Nextcloud desktop sync client -Comment=Nextcloud desktop synchronization client -GenericName=Folder Sync -Icon=Nextcloud -Keywords=Nextcloud;syncing;file;sharing; -X-GNOME-Autostart-Delay=3 diff --git a/roles/home-gui/files/redshift-gtk.desktop b/roles/home-gui/files/redshift-gtk.desktop deleted file mode 100755 index 4cc1775..0000000 --- a/roles/home-gui/files/redshift-gtk.desktop +++ /dev/null @@ -1,16 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=Redshift -Name[en_GB]=Redshift -GenericName=Color temperature adjustment -GenericName[en_GB]=Colour temperature adjustment -Comment=Color temperature adjustment tool -Comment[en_GB]=Colour temperature adjustment tool -Exec=redshift-gtk -Icon=redshift -Terminal=false -Type=Application -Categories=Utility; -StartupNotify=true -Hidden=false -X-GNOME-Autostart-enabled=true diff --git a/roles/home-gui/tasks/dotfiles.yml b/roles/home-gui/tasks/dotfiles.yml index 34c8cd8..e8582da 100644 --- a/roles/home-gui/tasks/dotfiles.yml +++ b/roles/home-gui/tasks/dotfiles.yml @@ -7,14 +7,6 @@ copy: src: fonts.conf dest: "{{ ansible_env.HOME }}/.fonts.conf" -- name: Copy redshift.conf - copy: - src: redshift.conf - dest: "{{ ansible_env.HOME }}/.config/redshift.conf" -- name: Auto start nextcloud - copy: - src: nextcloud.desktop - dest: "{{ ansible_env.HOME }}/.config/autostart/nextcloud.desktop" - name: Create stalonetrayrc copy: src: stalonetrayrc