Correct TZ in waybar

main
Micke Nordin 6 months ago
parent fd6530ac3c
commit c3eebef453

@ -2,6 +2,7 @@
- name: Set up sway
vars:
uid: "{{ lookup('env','USER') }}"
TZ: "{{ lookup('env','TZ') }}"
wallpaper_path: /home/{{ uid }}/.config/wallpaper/savannah-landscape-with-acacia-trees.jpeg
hosts: localhost
connection: local

@ -11,6 +11,7 @@
"format-icons": ["", "", "", "", ""]
},
"clock": {
"format-alt": "{:%a, %d. %b %H:%M}"
"format-alt": "{:%a, %d. %b %H:%M}",
"timezone": "{{ TZ }}"
}
}

Loading…
Cancel
Save