diff --git a/CHANGELOG b/CHANGELOG index 4a239ff..40ed559 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -5,6 +5,7 @@ General: - Force installation of sddm to fix theme issue with sddm-sugar-candy theme. sddm-git doesn't work with themes at the moment - snapshot.sh script check now for required timeshift and (optional) grub-btrfs packages - Waybar Bluetooth module now hides automatically if no bluetooth device is detected. Please check that "bluetooth" is not commented out in ~/dotfiles/waybar/modules.json +- Replace hypridle-git with hypridle and hyprlock-git with hyprlock Version 2.8.1 https://gitlab.com/stephan-raabe/dotfiles/-/releases/2.8.1 diff --git a/README.md b/README.md index 0cfd99b..1815bcb 100644 --- a/README.md +++ b/README.md @@ -321,6 +321,27 @@ Included is a pywal configuration that changes the color scheme based on a rando # Troubleshooting +## hypridle and hyprlock is not starting after an update of the dotfiles + +Please make sure that hypridle and hyprlock has been installed successfully with + +``` +yay -S hypridle hyprlock +``` + +If there is an file conflict the remove the files manually with: + +``` +sudo rm /usr/lib/debug/usr/bin/hypridle.debug +sudo rm /usr/lib/debug/usr/bin/hyprlock.debug +``` + +and start the installation again with + +``` +yay -S hypridle hyprlock +``` + ## Missing icons in waybar In case of missing icons on waybar, it's due to a conflict between several installed fonts (can happen especially on Arco Linux). Please make sure that ttf-ms-fonts is uninstalled and ttf-font-awesome and otf-font-awesome are installed with