Skip to content

Commit

Permalink
feat(arch): migrate from Swaylock to Hyprlock
Browse files Browse the repository at this point in the history
Signed-off-by: chris1320 <chris1320is@protonmail.com>
  • Loading branch information
Chris1320 committed Oct 23, 2024
1 parent 92a23df commit 18b5a7a
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Operating Systems/Arch Linux/Arch Linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,6 @@ Some, if not all of the dotfiles, can also be used in other operating systems/di
- [[Setting Up dunst]]
- [[Setting Up Waybar]]
- [[Setting Up Rofi]]
- [[Setting Up Swaylock]]
- [[Setting Up Hyprlock]]
- [[Audio and Video]]
- [[Setting Up The Browsers]]
2 changes: 1 addition & 1 deletion Operating Systems/Arch Linux/Contents/Audio and Video.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ paru -S pipewire pipewire-audio pipewire-pulse lib32-pipewire \

-----

- Previous: [[Setting Up Swaylock]]
- Previous: [[Setting Up Hyprlock]]
- Next: [[Setting Up The Browsers]]
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ We are going to use the following fonts and icons, so it's best to install it no

```bash
paru -Syu otf-font-awesome ttf-jetbrains-mono-nerd ttf-noto-nerd \
papirus-icon-theme papirus-folders-catppuccin-git
papirus-icon-theme papirus-folders-catppuccin-git \
ttf-material-icons-git
```

> [!CAUTION] If `papirus-folders-catppuccin-git` fails to install, just re-login or reboot the system after installing `papirus-icon-theme`.
Expand Down
12 changes: 12 additions & 0 deletions Operating Systems/Arch Linux/Contents/Setting Up Hyprlock.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Setting Up Hyprlock

```bash
paru -S hyprlock
```

Since we've [[Setting Up Hyprland|set up Hyprland]], we wouldn't need any additional setup.

-----

- Previous: [[Setting Up Rofi]]
- Next: [[Audio and Video]]
2 changes: 1 addition & 1 deletion Operating Systems/Arch Linux/Contents/Setting Up Rofi.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ cp -r ./dotfiles/rofi ~/.config/rofi
-----

- Previous: [[Setting Up Waybar]]
- Next: [[Setting Up Swaylock]]
- Next: [[Setting Up Hyprlock]]
12 changes: 0 additions & 12 deletions Operating Systems/Arch Linux/Contents/Setting Up Swaylock.md

This file was deleted.

0 comments on commit 18b5a7a

Please sign in to comment.