From 18b5a7a99a04372ef3e8f7540efa6bcb83131348 Mon Sep 17 00:00:00 2001 From: chris1320 Date: Wed, 23 Oct 2024 21:06:59 +0800 Subject: [PATCH] feat(arch): migrate from Swaylock to Hyprlock Signed-off-by: chris1320 --- Operating Systems/Arch Linux/Arch Linux.md | 2 +- .../Arch Linux/Contents/Audio and Video.md | 2 +- .../Arch Linux/Contents/Manual Customization.md | 3 ++- .../Arch Linux/Contents/Setting Up Hyprlock.md | 12 ++++++++++++ .../Arch Linux/Contents/Setting Up Rofi.md | 2 +- .../Arch Linux/Contents/Setting Up Swaylock.md | 12 ------------ 6 files changed, 17 insertions(+), 16 deletions(-) create mode 100644 Operating Systems/Arch Linux/Contents/Setting Up Hyprlock.md delete mode 100644 Operating Systems/Arch Linux/Contents/Setting Up Swaylock.md diff --git a/Operating Systems/Arch Linux/Arch Linux.md b/Operating Systems/Arch Linux/Arch Linux.md index 745135a..c3fd9c3 100644 --- a/Operating Systems/Arch Linux/Arch Linux.md +++ b/Operating Systems/Arch Linux/Arch Linux.md @@ -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]] diff --git a/Operating Systems/Arch Linux/Contents/Audio and Video.md b/Operating Systems/Arch Linux/Contents/Audio and Video.md index 579591f..d9e9832 100644 --- a/Operating Systems/Arch Linux/Contents/Audio and Video.md +++ b/Operating Systems/Arch Linux/Contents/Audio and Video.md @@ -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]] diff --git a/Operating Systems/Arch Linux/Contents/Manual Customization.md b/Operating Systems/Arch Linux/Contents/Manual Customization.md index a2e7b32..7bcf92f 100644 --- a/Operating Systems/Arch Linux/Contents/Manual Customization.md +++ b/Operating Systems/Arch Linux/Contents/Manual Customization.md @@ -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`. diff --git a/Operating Systems/Arch Linux/Contents/Setting Up Hyprlock.md b/Operating Systems/Arch Linux/Contents/Setting Up Hyprlock.md new file mode 100644 index 0000000..bff51de --- /dev/null +++ b/Operating Systems/Arch Linux/Contents/Setting Up Hyprlock.md @@ -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]] diff --git a/Operating Systems/Arch Linux/Contents/Setting Up Rofi.md b/Operating Systems/Arch Linux/Contents/Setting Up Rofi.md index 5bf0dc4..221ee23 100644 --- a/Operating Systems/Arch Linux/Contents/Setting Up Rofi.md +++ b/Operating Systems/Arch Linux/Contents/Setting Up Rofi.md @@ -10,4 +10,4 @@ cp -r ./dotfiles/rofi ~/.config/rofi ----- - Previous: [[Setting Up Waybar]] -- Next: [[Setting Up Swaylock]] \ No newline at end of file +- Next: [[Setting Up Hyprlock]] \ No newline at end of file diff --git a/Operating Systems/Arch Linux/Contents/Setting Up Swaylock.md b/Operating Systems/Arch Linux/Contents/Setting Up Swaylock.md deleted file mode 100644 index 19e8b1c..0000000 --- a/Operating Systems/Arch Linux/Contents/Setting Up Swaylock.md +++ /dev/null @@ -1,12 +0,0 @@ -# Setting Up Swaylock - -> [!BUG] Will be replaced by hyprlock - -```bash -paru -S swaylock-effects-git -``` - ------ - -- Previous: [[Setting Up Rofi]] -- Next: [[Audio and Video]]