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/hyprtheme/files/scripts/theme-bg-next | |
| parent | 473c1d59845a93d30ef9d8096e061263c292fbf6 (diff) | |
Fix and ignore linting issues on hyprtheme role
Diffstat (limited to 'roles/hyprtheme/files/scripts/theme-bg-next')
| -rw-r--r-- | roles/hyprtheme/files/scripts/theme-bg-next | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/hyprtheme/files/scripts/theme-bg-next b/roles/hyprtheme/files/scripts/theme-bg-next index c3259a45..e0edb2a3 100644 --- a/roles/hyprtheme/files/scripts/theme-bg-next +++ b/roles/hyprtheme/files/scripts/theme-bg-next @@ -2,7 +2,7 @@ # Cycles through the background images available -THEMES_PATH="$HOME/.config/hyprthemes/" +THEMES_PATH="$HOME/.config/hyprtheme/" THEME_BACKGROUNDS_PATH="$THEMES_PATH/current/backgrounds/" CURRENT_BACKGROUND_LINK="$THEMES_PATH/current/background" |
