Skip to content

Commit c59b661

Browse files
committed
feat(arch): copy background image to ~/.config/background
Signed-off-by: chris1320 <chris1320is@protonmail.com>
1 parent 3b39ed8 commit c59b661

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

Operating Systems/Arch Linux/Contents/Manual Customization.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ paru -S git git-lfs
3535
mkdir ~/Temp
3636
git clone https://github.com/Chris1320/SetupGuides-ArchLinux.git ~/Temp/ArchLinuxDotfiles
3737
cd ~/Temp/ArchLinuxDotfiles
38-
git submodule init # Initialize git submodules
38+
git submodule init # Initialize git submodules
3939
git submodule update # Pull submodules from remote
40+
git lfs pull # Download LFS files
4041
```
4142

4243
> [!NOTE] From now on, this guide will assume that you are in `~/Temp/ArchLinuxDotfiles` directory unless specified.

Operating Systems/Arch Linux/Contents/Setting Up Hyprland.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,19 @@ cp -r ./dotfiles/hypr ~/.config/hypr
2222
cp -r ./scripts ~/.config/scripts
2323
```
2424

25-
Now, Hyprland's configuration files are in place, but we still need to configure the rest of the system for it to function properly.
25+
Also copy your desired background image to `~/.config/background`.
26+
27+
```bash
28+
cp "./assets/wallpapers/<your desired wallpaper>" ~/.config/background
29+
```
30+
31+
> [!TIP] Previewing Images In The Terminal
32+
>
33+
> You can run `icat ./assets/wallpapers/<your desired wallpaper>` to
34+
> preview the image in the terminal.
35+
36+
Now, Hyprland's configuration files are in place, but we still need to configure
37+
the rest of the system for it to function properly.
2638

2739
> [!BUG] If you are having problems with Hyprland, see their [wiki](https://wiki.hyprland.org/Crashes-and-Bugs/).
2840

0 commit comments

Comments
 (0)