1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_sway.git synced 2024-08-16 13:49:49 +02:00
ansible_role_sway/README.md

56 lines
3.2 KiB
Markdown
Raw Normal View History

2024-07-27 13:42:58 +02:00
[![Ansible Galaxy](https://ansible.l3d.space/svg/roles-ansible.sway.svg)](https://galaxy.ansible.com/ui/standalone/roles/roles-ansible/sway)
2024-07-27 13:48:30 +02:00
[![MIT License](https://ansible.l3d.space/svg/roles-ansible.sway_license.svg)](LICENSE)
2024-07-27 13:42:58 +02:00
[![Maintainance](https://ansible.l3d.space/svg/roles-ansible.sway_maintainance.svg)](https://ansible.l3d.space/#roles-ansible.sway)
2023-05-19 20:45:06 +02:00
2024-07-16 21:35:20 +02:00
SWAY Window Manager - ansible role
2019-05-29 10:55:59 +02:00
=========================================
2017-12-31 00:56:01 +01:00
2024-07-27 13:42:58 +02:00
[![SWAYWM](https://swaywm.org/logo.png)](https://swaywm.org/)
Sway is a tiling Wayland compositor and a drop-in replacement for the i3 window manager for X11. It supports most of i3's features, plus a few extras.
Sway allows you to arrange your application windows logically, rather than spatially. Windows are arranged into a grid by default which maximizes the efficiency of your screen and can be quickly manipulated using only the keyboard.
With this ansible role you deploy a sway configuration with optionally swaylock, waybar and fuzzel.
## Variables
| Variable | Value | Description |
| -------- | ----- | ----------- |
| ``sway__user_list`` | *(see [defaults/main.yml](defaults/main.yml)* | A list of all users and their home directory |
| ``sway__dynamic_names`` | ``false`` |
| ``sway__logo_key`` | ``Mod4`` | Logo Key |
| ``sway__term`` | ``foot`` | Sway default terminal |
| ``sway__reload`` | ``$mod+Shift+r`` | Key binding to reload sway config |
| ``sway__term_pkgs | *(see [defaults/main.yml](defaults/main.yml)* | Packages for sway terminal |
| ``sway__keyboard_settings`` | ``true`` | Set Keyboard language settings in sway config |
| ``sway__keyboard_lang`` | ``de`` | German |
| ``sway__lock`` | *(see [defaults/main.yml](defaults/main.yml)* | Kommand to run for locking sway |
| ``sway__swaylock`` | *(see [defaults/main.yml](defaults/main.yml)* | Default swaylock settings |
| ``sway__waybar`` | ``true`` | Enable waybar as bar |
| ``sway__waybar_modules_left`` | *(see [defaults/main.yml](defaults/main.yml)* | Left waybar modules |
| ``sway__waybar_modules_center`` | *(see [defaults/main.yml](defaults/main.yml)* | Center waybar modules |
| ``sway__waybar_modules_right`` | *(see [defaults/main.yml](defaults/main.yml)* | Right waybar modules |
| ``sway__launcher`` | ``fuzzel`` | Command for launcher |
| ``sway__install_launcher`` | ``['fuzzel']`` | List for launcher packages |
| ``sway__waybar_font_size`` | ``13px`` | Waybar font size |
| ``sway__waybar_light_up`` | ``light -A 1`` | Waybar light module |
| ``sway__waybar_light_down`` | ``light -U 1`` | Waybar light module |
| ``sway__wlsunset`` | ``true`` | Enable wlsunset |
| ``sway__wlsunset_params`` | ``-l 49 -L 8.4`` |
| ``sway__keybindings`` | *(see [defaults/main.yml](defaults/main.yml)* | List of sway keybindings |
| ``sway__keybindings_extra`` | ``[]`` | Empty list for additional keybindings |
2024-07-31 22:32:06 +02:00
| ``sway__pipewire`` | ``[]`` | Install some requirements for desktop sharing... |
2024-07-27 13:42:58 +02:00
| ``submodules_versioncheck`` | ``false`` | Basic Versionscheck to prevent running older version of this role |
## Example Playbook
2022-04-11 17:57:56 +02:00
```yaml
2024-07-27 13:42:58 +02:00
- name: install sway on localhost
hosts: localhost
roles:
2024-07-27 13:42:58 +02:00
- {role: roles-ansible.sway, tags: sway}
2019-05-29 10:55:59 +02:00
```
2024-07-27 13:42:58 +02:00
## License
2024-07-27 13:48:30 +02:00
[![MIT License](https://ansible.l3d.space/svg/roles-ansible.sway_license.svg)](LICENSE)