1
0
Fork 0
mirror of https://github.com/roles-ansible/ansible_role_i3wm.git synced 2024-08-16 10:09:53 +02:00

Improving some values, adding font awesome

This commit is contained in:
L3D 2023-08-01 22:40:01 +02:00
parent 761d8e1268
commit b1d454096f
Signed by: l3d
GPG key ID: CD08445BFF4313D1
4 changed files with 30 additions and 4 deletions

View file

@ -33,8 +33,10 @@ For a good overview about possible variables, please have a look into ``defaults
```yaml
# User List for i3wm config
i3wm_user_list:
- 'alice'
- 'bob'
- user: "alice"
home: "/home/alice"
- user: "bob"
home: "/home/bob"
# background image
i3_desktop_background: "~/Bilder/wallpaper.jpg"
@ -80,6 +82,21 @@ For a good overview about possible variables, please have a look into ``defaults
workspace: 7
on_startup: true
# lock your screen after 3 hours
# lock your screen after 90 min
enable_lock_after_time: true
files/rofi/dracula_dark.rasi
# enable multiple i3blocks options
i3_i3blocks_options:
weather: true
audio_volume: true
wifisignal: true
ipaddress: true
clock: true
battery: true
ddate: true
# choose rofi theme
i3_rofi_config_file: 'files/rofi/dracula_dark.rasi'
```

View file

@ -34,7 +34,7 @@ i3wm_user_list:
home: "{{ ansible_env.HOME | default('/home/{{ ansible_user_id }}') }}"
## set default font size
i3_font_size: 10
i3_font_size: 11
i3_focus_follows_mouse: true
# set i3lock options
@ -60,6 +60,7 @@ i3_terminal: "terminator"
# install additional packages
i3_packages_extra:
- ranger
- fonts-fork-awesome
i3wm_copy_wallpapers: true

View file

@ -18,6 +18,7 @@
group: "{{ i3wm_usr.user }}"
- name: Copy multiple images
become: true
ansible.builtin.copy:
src: "{{ item.src }}"
dest: "{{ item.dest }}"

View file

@ -10,6 +10,13 @@ focus_follows_mouse {% if i3_focus_follows_mouse | bool %}yes{% else %}no{% endi
# Use Mouse+$mod to drag floating windows to their wanted position
floating_modifier $mod
# startup apps and window decs
default_orientation horizontal
workspace_layout tabbed
# Hide borders
hide_edge_borders smart
# start a terminal
bindsym $mod+Return exec $term
bindsym $mod+Shift+Return exec $term -e tmux