ghyde.tilix
Tilix
Tilix is a powerful terminal emulator that uses GTK3 and follows the GNOME design guidelines. This Ansible role helps you install and set up Tilix on Fedora.
Role Variables
defaults/main.yml
Name | Description | Type | Default |
---|---|---|---|
tilix_preferences_backup_file | Location to save a backup of Tilix settings | file path | /tmp/tilix_preferences.{{ ansible_date_time.epoch }} |
tilix_install_dropdown_extension | Should the TilixDropdown extension be installed? | bool | False |
vars/main.yml
Name | Description | Type | Default |
---|---|---|---|
tilix_dropdown_extension_name | Name of the TilixDropdown in the GNOME Shell extensions directory | string | TilixDropdown@ivkuzev@gmail.com |
tilix_dropdown_extension_src | Link to the TilixDropdown source code | URL | https://github.com/ivoarch/gnome-shell-TilixDropdown/archive/master.zip |
Example Playbook
- hosts: workstations
tasks:
- import_role:
name: libvirt
vars:
tilix_install_dropdown_extension: True
Post-Install Requirements
To activate the TilixDropdown extension, you need to restart GNOME Shell. If you're on Fedora with Wayland, this means you have to log out and then log back in.
Update Preferences File
To update this role with your current Tilix settings, use the following command:
dconf dump /com/gexperts/Tilix/ > files/preferences
License
Installa
ansible-galaxy install ghyde.tilix
Licenza
mit
Download
128
Proprietario
Just your average software engineering, Japanese speaking, Army training, computer gaming, Linux fanboy.