✨ Updated web browser stuff
This commit is contained in:
parent
65120486d4
commit
5757f9ac88
13
playbook/roles/role-one/files/web-browser.desktop
Normal file
13
playbook/roles/role-one/files/web-browser.desktop
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
Version=1.0
|
||||||
|
Type=Application
|
||||||
|
Name=Web Browser
|
||||||
|
Comment=Browse the web
|
||||||
|
Keywords=Internet;WWW;Browser;Web;Explorer
|
||||||
|
Exec=firefox %u
|
||||||
|
Terminal=false
|
||||||
|
X-MultipleArgs=false
|
||||||
|
Icon=web-browser
|
||||||
|
Categories=Network;X-XFCE;WebBrowser;
|
||||||
|
MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;application/rdf+xml;image/gif;image/jpeg;image/png;x-scheme-handler/http;x-scheme-handler/https;x-scheme-handler/ftp;x-scheme-handler/chrome;video/webm;application/x-xpinstall;
|
||||||
|
StartupNotify=true
|
|
@ -17,6 +17,7 @@
|
||||||
when: firefox_check.rc == 0
|
when: firefox_check.rc == 0
|
||||||
|
|
||||||
- name: Customize Firefox | Run Firefox Tweaks
|
- name: Customize Firefox | Run Firefox Tweaks
|
||||||
|
become: yes
|
||||||
shell: "cd {{ home_directory }}/Downloads/WhiteSur-gtk-theme/ && ./tweaks.sh -f"
|
shell: "cd {{ home_directory }}/Downloads/WhiteSur-gtk-theme/ && ./tweaks.sh -f"
|
||||||
when: firefox_check.rc == 0
|
when: firefox_check.rc == 0
|
||||||
|
|
||||||
|
|
|
@ -34,6 +34,11 @@
|
||||||
key: /net/launchpad/plank/docks/dock1/theme
|
key: /net/launchpad/plank/docks/dock1/theme
|
||||||
value: "'theme-dark'"
|
value: "'theme-dark'"
|
||||||
|
|
||||||
|
- name: Plank Dock | Place web-browser.desktop
|
||||||
|
copy:
|
||||||
|
src: web-browser.desktop
|
||||||
|
dest: "{{ home_directory }}/.local/share/applications/web-browser.desktop"
|
||||||
|
|
||||||
- name: Plank Dock | Ensure that plank_dock_launcher_path exists
|
- name: Plank Dock | Ensure that plank_dock_launcher_path exists
|
||||||
file:
|
file:
|
||||||
path: "{{ plank_dock_launcher_path }}"
|
path: "{{ plank_dock_launcher_path }}"
|
||||||
|
@ -54,7 +59,7 @@
|
||||||
dest: "{{ plank_dock_launcher_path }}/org.gnome.Nautilus.dockitem"
|
dest: "{{ plank_dock_launcher_path }}/org.gnome.Nautilus.dockitem"
|
||||||
|
|
||||||
- name: Plank Dock | Add firefox.dockitem to dock
|
- name: Plank Dock | Add firefox.dockitem to dock
|
||||||
copy:
|
template:
|
||||||
src: firefox.dockitem
|
src: firefox.dockitem
|
||||||
dest: "{{ plank_dock_launcher_path }}/firefox.dockitem"
|
dest: "{{ plank_dock_launcher_path }}/firefox.dockitem"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user