From c2f2ed0d31d6790793064a9e1556aaec8488f623 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Thu, 15 Jan 2026 12:28:19 +0100 Subject: Fix and ignore linting issues on hyprtheme role --- roles/hyprland/templates/hyprland/autostart.conf.j2 | 2 +- roles/hyprland/templates/hyprland/hyprlock.conf.j2 | 4 ++-- roles/hyprland/templates/hyprland/looknfeel.conf.j2 | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'roles/hyprland') diff --git a/roles/hyprland/templates/hyprland/autostart.conf.j2 b/roles/hyprland/templates/hyprland/autostart.conf.j2 index c8339166..b0818541 100644 --- a/roles/hyprland/templates/hyprland/autostart.conf.j2 +++ b/roles/hyprland/templates/hyprland/autostart.conf.j2 @@ -1,4 +1,4 @@ exec-once = uwsm-app -- hypridle exec-once = uwsm-app -- mako exec-once = uwsm-app -- waybar -exec-once = uwsm-app -- swaybg -i ~/.config/hyprthemes/current/background -m fill +exec-once = uwsm-app -- swaybg -i ~/.config/hyprtheme/current/background -m fill diff --git a/roles/hyprland/templates/hyprland/hyprlock.conf.j2 b/roles/hyprland/templates/hyprland/hyprlock.conf.j2 index 4f893ea8..551c3b14 100644 --- a/roles/hyprland/templates/hyprland/hyprlock.conf.j2 +++ b/roles/hyprland/templates/hyprland/hyprlock.conf.j2 @@ -1,4 +1,4 @@ -source = ~/.config/hyprthemes/current/hyprlock.conf +source = ~/.config/hyprtheme/current/hyprlock.conf # Variables @@ -18,7 +18,7 @@ animations { background { monitor = - # path = ~/.config/hyprthemes/current/background + # path = ~/.config/hyprtheme/current/background color = $color blur_passes = 3 } diff --git a/roles/hyprland/templates/hyprland/looknfeel.conf.j2 b/roles/hyprland/templates/hyprland/looknfeel.conf.j2 index 219b4d2f..d6e429f0 100644 --- a/roles/hyprland/templates/hyprland/looknfeel.conf.j2 +++ b/roles/hyprland/templates/hyprland/looknfeel.conf.j2 @@ -4,7 +4,7 @@ # Defaults: https://github.com/basecamp/omarchy/blob/8a37f3dce71b0764e3758cb86478c503a4a8746e/default/hypr/looknfeel.conf # Load current theme variables -source = ~/.config/hyprthemes/current/hyprland.conf +source = ~/.config/hyprtheme/current/hyprland.conf # Refer to https://wiki.hyprland.org/Configuring/Variables/ # Variables -- cgit v1.2.3