FaQ&issues - ALEX5402/hyprdots GitHub Wiki
<img src="https://raw.githubusercontent.com/alex5402/hyprdots/main/Source/assets/hyprdots_logo.png">
</p>
- Frequently Asked Questions
- Hyprdots related questions, Hyprland related questions should be referenced to [Hyprland](https://wiki.hyprland.org/)**
- How do I change wallpaper to custom wallpaper?**
- Hyprdots related questions, Hyprland related questions should be referenced to [Hyprland](https://wiki.hyprland.org/)**
~/.config/hypr/scripts/swwwallpaper.sh -s path/to/wallpaper
- How do I screen record?**
[wl-screenrec](https://github.com/russelltg/wl-screenrec)
[wf-recorder](https://github.com/ammen99/wf-recorder)
- How do I set my own preferences?**
- How do I update my dotfiles to the latest?**
cd ~ && cd Hyprdots
git pull
cd Scripts
./install.sh -r
- How do I set my monitor resolution and refresh rate?**
`monitor = DP-1,2560x1440@144,0x0, 1` >> The @ set's the refresh rate
- How can I remove the anime girl on Hyprland Startup?**
misc {
disable_hyprland_logo = true
}
- How do I remove the pokemon characters or change the terminal startup intro?**
1. Open a terminal
2. nano .zshrc / or your favorite editor
3. add a # to line 158 where pokemon-colorscripts --no-title -r 1,3,6
4. CRTL + X and save
- How do I edit the sddm wallpaper or settings?**
- Change Wallpaper
- Change SDDM settings
if you want to modify the structure then you'll have to modify the qml files in `/usr/share/sddm/themes/corners/components`
- How can I change keyboard layout?**
Then use the keyboard bind `Super + K`
- How do I fix the GPU info on the waybar?**
1. Make sure `jq` is installed
2. AMD GPU - Check the support for your GPU by running `python3 ~./config/hypr/scripts/amdgpu.py`
3. Nivida GPU - Run command `nvidia-smi` in terminal and verify the output is correct / driver is not corrupt
4. Manually run the script `~/.config/hypr/scripts/gpuinfo.sh` and verify the output
5. If you are still having issues, submit an issue with detailed information on what has been done!
- How do I get my wallpapers to load in Themeselect or WallpaperSwitch?**
`$HOME/Hyprdots/Scripts/create_cache.sh`
- How do I edit the waybar?**
Refer to the theming documentation here in the Wiki. [Waybar](https://github.com/alex5402/hyprdots/wiki/Theming#waybar)
- How do I remove the blur on waybar?**
Themes Directory: `~/.config/hypr/themes/`
- How do I launch the gamebar shown in the preview?**
~/.config/hypr/scripts/gamelauncher.sh <n> # where n is style [1-4]
- Known Issues
Few scaling issues with rofi configs, as they are created based on my ultrawide (21:9) display.
Random lockscreen crash, refer https://github.com/swaywm/sway/issues/7046
Waybar launching rofi breaks mouse input (added `sleep 0.1` as workaround), refer https://github.com/Alexays/Waybar/issues/1850
Flatpak QT apps does not follow system theme