Add kanshi for both FreeBSD and Linux.
This commit is contained in:
16
ansible/roles/waybar/files/sway_config_files/waybar.conf
Normal file
16
ansible/roles/waybar/files/sway_config_files/waybar.conf
Normal file
@@ -0,0 +1,16 @@
|
||||
#
|
||||
# Status Bar:
|
||||
#
|
||||
# Read `man 5 sway-bar` for more information about this section.
|
||||
bar {
|
||||
position top
|
||||
|
||||
font pango:Cascadia Mono, FontAwesome 10
|
||||
swaybar_command waybar
|
||||
|
||||
colors {
|
||||
statusline #ffffff
|
||||
background #323232
|
||||
inactive_workspace #32323200 #32323200 #5c5c5c
|
||||
}
|
||||
}
|
||||
@@ -1,2 +1,2 @@
|
||||
- import_tasks: tasks/common.yaml
|
||||
when: install_graphics is defined and install_graphics
|
||||
when: install_graphics
|
||||
|
||||
@@ -24,6 +24,16 @@
|
||||
- src: style.css
|
||||
dest: .config/waybar/style.css
|
||||
|
||||
- name: Configure dotfiles (conf directory)
|
||||
copy:
|
||||
src: "files/sway_config_files/{{ item }}.conf"
|
||||
dest: "{{ account_homedir.stdout }}/.config/sway/config.d/{{ item }}.conf"
|
||||
mode: 0600
|
||||
owner: "{{ account_name.stdout }}"
|
||||
group: "{{ group_name.stdout }}"
|
||||
loop:
|
||||
- waybar
|
||||
|
||||
- import_tasks: tasks/peruser_freebsd.yaml
|
||||
when: 'os_flavor == "freebsd"'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user