diff --git a/roles/home-gui/files/xclock.desktop b/roles/home-gui/files/xclock.desktop deleted file mode 100755 index 5efd289..0000000 --- a/roles/home-gui/files/xclock.desktop +++ /dev/null @@ -1,13 +0,0 @@ -[Desktop Entry] -Version=1.0 -Name=XClock -GenericName=Clock -Comment=On-screen analogue clock -Exec=xclock -geometry 300x300-0-0 -Icon=clock -Terminal=false -Type=Application -Categories=Utility; -StartupNotify=false -Hidden=false -X-GNOME-Autostart-enabled=true diff --git a/roles/home-gui/tasks/dotfiles.yml b/roles/home-gui/tasks/dotfiles.yml index 487f6b7..7b597bf 100644 --- a/roles/home-gui/tasks/dotfiles.yml +++ b/roles/home-gui/tasks/dotfiles.yml @@ -23,10 +23,6 @@ copy: src: remmina-applet.desktop dest: "{{ ansible_env.HOME }}/.config/autostart/remmina-applet.desktop" -- name: Auto-start XClock - copy: - src: xclock.desktop - dest: "{{ ansible_env.HOME }}/.config/autostart/xclock.desktop" - name: Create stalonetrayrc copy: src: stalonetrayrc