Update README.md

This commit is contained in:
FURK4NGG
2026-04-14 10:21:06 +03:00
committed by GitHub
parent 592f7aa352
commit 50f8fee05a
-69
View File
@@ -79,75 +79,6 @@ xorg-xinput
xorg-xrandr
# Hyprland configration files (Setup Section)
sudo pacman -Syu git
git clone https://github.com/furk4ngg/Arch_Hyprland_dots.git
cd Arch_Hyprland_dots
sudo cp -r .config/ /home/$USER/
sudo cp -r themes_bg/modest-dark/ /usr/share/icons/
sudo mkdir /etc/xdg/swaync/
mkdir -p ~/.local/bin
sudo cp ~/.config/swaync/style.css /etc/xdg/swaync/style.css
sudo cp ~/.config/scripts/hyprshade-auto.sh ~/.local/bin/hyprshade-auto.sh
sudo chmod +x ~/.config/scripts/*.sh
chmod +x ~/.local/bin/hyprshade-auto.sh
sudo mkdir /home/$USER/Resimler/wallpapers/
sudo cp themes_bg/wallpaper-2.png /home/$USER/Resimler/wallpapers/wallpaper-2.png
sudo mkdir /boot/loader/
sudo cp boot/loader/loader.conf /boot/loader/loader.conf
//If you just take one specific file.
//sudo cp -r .config/wlogout /home/$USER/.config/
sudo systemctl enable sddm
sudo systemctl start sddm
systemctl --user enable --now pipewire
systemctl --user enable --now pipewire-pulse
systemctl --user enable --now wireplumber
xdg-mime default mpv.desktop video/mp4
xdg-mime default mpv.desktop video/x-matroska
xdg-mime default mpv.desktop video/webm
sudo systemctl enable --now NetworkManager
sudo rfkill unblock bluetooth
sudo systemctl enable --now bluetooth
sudo usermod -aG bluetooth $USER
sudo systemctl enable --now udisks2
sudo chmod +x ~/.config/waybar/scripts/weather.py
sudo chown -R bob:bob ~/.config/blacklayer/
chmod 700 ~/.config/blacklayer
chmod +x ~/.config/blacklayer/*.sh 2>/dev/null || true
chmod 600 ~/.config/blacklayer/*.conf 2>/dev/null || true
[ -f ~/.config/blacklayer/blacklayer ] && chmod +x ~/.config/blacklayer/blacklayer
systemctl --user daemon-reload
systemctl --user enable hypridle.service
sudo chown -R "$USER:$USER" ~/.config/waybar
chmod 700 ~/.config/waybar
cd ~/.config/blacklayer/
./generate-waybar-configs.sh
sudo chmod 600 ~/.config/scripts/hyprshade-toggle-state
sudo chown $USER:$USER ~/.config/scripts/hyprshade-toggle-state
systemctl --user daemon-reload
systemctl --user enable --now hyprshade-auto.timer
sudo chmod 600 ~/.config/scripts/brightness_mode_state
sudo chown $USER:$USER ~/.config/scripts/brightness_mode_state
---
Battery Optimization app --> sudo systemctl enable tlp --now