Updates
This commit is contained in:
parent
9104834d7f
commit
98d89679b5
@ -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
|
||||
|
21
README.md
21
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
|
||||
|
Loading…
Reference in New Issue
Block a user