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/hyprland | |
| parent | 473c1d59845a93d30ef9d8096e061263c292fbf6 (diff) | |
Fix and ignore linting issues on hyprtheme role
Diffstat (limited to 'roles/hyprland')
| -rw-r--r-- | roles/hyprland/templates/hyprland/autostart.conf.j2 | 2 | ||||
| -rw-r--r-- | roles/hyprland/templates/hyprland/hyprlock.conf.j2 | 4 | ||||
| -rw-r--r-- | roles/hyprland/templates/hyprland/looknfeel.conf.j2 | 2 |
3 files changed, 4 insertions, 4 deletions
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 |
