No Description

dark_siders cfde4a5e5e fix windowrules 1 week ago
.config cfde4a5e5e fix windowrules 1 week ago
.icons 0c2897b95c . 3 weeks ago
.themes 0c2897b95c . 3 weeks ago
screens 2afe1ee2ce . 2 weeks ago
README.md 2afe1ee2ce . 2 weeks ago

README.md

alt_image alt_image

System : Fedora 40

Soft : pipewire pipewire-devel pipewire-alsa wireplumber pulseaudio-utils pavucontrol sddm hyprland kitty alacritty wget git curl zsh neofetch neovim micro unzip setxkbmap.x86_64 blueman light R-fontawesome.noarch fontawesome-fonts swaybg jetbrains-mono-fonts-2.304-3.fc39 pavucontrol nemo wofi waybar network-manager-applet grim setxkbmap azote wl-clipboard google-noto-sans-cjk-ttc-fonts hyprlock

Build Hyprlock From Source Code :

Source : https://github.com/hyprwm/hyprlock

## Requirements
 rust-wayland-client-devel
 wayland-protocols-devel
 mesa
 cairo
 libdrm
 pango
 rust-xkbcommon-devel
 pam-devel
 hyprlang >= 0.4 Development libraries are usually suffixed with -devel or -dev in most distro repos.
 mesa-libgbm-devel
 file-devel
 rust-pangocairo-devel

## Build :
    cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -S . -B ./build
    cmake --build ./build --config Release --target hyprlock -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`

## Install
    sudo cmake --install build