diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-15 12:28:19 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-15 12:58:04 +0100 |
| commit | c2f2ed0d31d6790793064a9e1556aaec8488f623 (patch) | |
| tree | 234e45cb73e29002672018f7e1c55c230e3a77dd /roles/waybar | |
| parent | 473c1d59845a93d30ef9d8096e061263c292fbf6 (diff) | |
Fix and ignore linting issues on hyprtheme role
Diffstat (limited to 'roles/waybar')
| -rw-r--r-- | roles/waybar/templates/waybar/style.css.j2 | 2 |
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 48774e6f..cde074f2 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/hyprthemes/current/waybar.css"; +@import "{{ ansible_user_dir }}/.config/hyprtheme/current/waybar.css"; * { font-family: 'JetBrainsMono Nerd Font'; |
