forked from Shinonome/dots-hyprland
33 lines
952 B
Markdown
33 lines
952 B
Markdown
---
|
|
name: Issue
|
|
about: for reporting any issue
|
|
title: "[Issue]"
|
|
labels: ''
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
- I have read the Usage and Troubleshooting pages of the wiki: https://end-4.github.io/dots-hyprland-wiki/en/i-i/04troubleshooting/
|
|
- I have made sure that both my config and system packages are up to date
|
|
- Linux distro:
|
|
|
|
---
|
|
## The issue
|
|
<!-- Describe your problem here. -->
|
|
<!-- 1. Use `LANG=C LC_ALL=C` to get the output of a command in English, eg. `LANG=C LC_ALL=C date` displays time in English. -->
|
|
<!-- 2. If it throws errors, **PLEASE**, attach logs and describe in detail if possible. -->
|
|
|
|
<details>
|
|
<summary>Logs</summary>
|
|
|
|
<!-- ↓↓ DO NOT IGNORE THIS. NO HELP CAN BE GIVEN WITHOUT SUFFICIENT LOGS -->
|
|
<!-- Bar and widgets not showing? run `pkill ags; ags` for logs -->
|
|
<!-- Installation failed? Run installation again for logs -->
|
|
<!-- Optionally also run `./diagnose` inside the repo for logs -->
|
|
|
|
```plain
|
|
Paste logs here
|
|
```
|
|
|
|
</details>
|