summaryrefslogtreecommitdiffstats
path: root/roles/waybar
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2026-01-24 00:33:50 +0100
committerAhmed Abdelhalim <[email protected]>2026-01-24 01:03:37 +0100
commitd7b3463a79a50dc81d28d530c5212a1749efbb15 (patch)
tree198f009230b71c23275400826a2f60e50f01360a /roles/waybar
parent4b9d5e3318d4de8df862f3794c6bc85eba6f8942 (diff)
Fix ansible 2.20.1 deprecation warning about ansible_vars
Diffstat (limited to 'roles/waybar')
-rw-r--r--roles/waybar/templates/waybar/style.css.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/waybar/templates/waybar/style.css.j2 b/roles/waybar/templates/waybar/style.css.j2
index cde074f2..dc46a297 100644
--- a/roles/waybar/templates/waybar/style.css.j2
+++ b/roles/waybar/templates/waybar/style.css.j2
@@ -1,5 +1,5 @@
/* vim: set filetype=css : */
-@import "{{ ansible_user_dir }}/.config/hyprtheme/current/waybar.css";
+@import "{{ ansible_facts['user_dir'] }}/.config/hyprtheme/current/waybar.css";
* {
font-family: 'JetBrainsMono Nerd Font';