-
-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
ISSUEGeneral issuesGeneral issues
Description
Step 1. Before you submit
- I have read the Troubleshooting and Usage pages.
- I've successfully updated to the latest version following the guidance.
- I've successfully updated the system packages to the latest.
- I've ticked the checkboxes without reading their contents
Step 2. Quick diagnose info
Quick diagnose
/========================\
| Checking git repo info |
\========================/
[===diagnose===] git remote get-url origin
https://github.com/end-4/dots-hyprland
[---SUCCESS---]
[===diagnose===] git rev-parse HEAD
f128c48356d17dfbdfff0a708422756eece4bd03
[---SUCCESS---]
[===diagnose===] git status
On branch main
Your branch is up to date with 'origin/main'.
nothing to commit, working tree clean
[---SUCCESS---]
[===diagnose===] git submodule status --recursive
b62e4482af56722840dd4b86c4dab41d5c9f2dda dots/.config/quickshell/ii/modules/common/widgets/shapes (heads/main)
[---SUCCESS---]
/=================\
| Checking distro |
\=================/
[===diagnose===] _check_distro_id
distro ID: arch
distro ID_LIKE:
[---SUCCESS---]
[===diagnose===] cat os-release
cat: os-release: No such file or directory
[---EXIT 1---]
/====================\
| Checking variables |
\====================/
[===diagnose===] declare -p XDG_CACHE_HOME
./diagnose: line 36: declare: XDG_CACHE_HOME: not found
[---EXIT 1---]
[===diagnose===] declare -p XDG_CONFIG_HOME
./diagnose: line 36: declare: XDG_CONFIG_HOME: not found
[---EXIT 1---]
[===diagnose===] declare -p XDG_DATA_HOME
./diagnose: line 36: declare: XDG_DATA_HOME: not found
[---EXIT 1---]
[===diagnose===] declare -p XDG_STATE_HOME
./diagnose: line 36: declare: XDG_STATE_HOME: not found
[---EXIT 1---]
[===diagnose===] declare -p ILLOGICAL_IMPULSE_VIRTUAL_ENV
declare -x ILLOGICAL_IMPULSE_VIRTUAL_ENV="~/.local/state/quickshell/.venv"
[---SUCCESS---]
/============================\
| Checking directories/files |
\============================/
[===diagnose===] ls -l /home/cal/.local/state/quickshell/.venv
total 20
-rw-r--r-- 1 cal cal 43 Feb 12 11:09 CACHEDIR.TAG
drwxr-xr-x 2 cal cal 4096 Feb 12 11:10 bin
drwxr-xr-x 3 cal cal 4096 Feb 12 11:10 include
drwxr-xr-x 3 cal cal 4096 Feb 12 11:09 lib
lrwxrwxrwx 1 cal cal 3 Feb 12 11:09 lib64 -> lib
-rw-r--r-- 1 cal cal 186 Feb 12 11:09 pyvenv.cfg
[---SUCCESS---]
/===================\
| Checking versions |
\===================/
[===diagnose===] Hyprland --version
Hyprland 0.53.3 built from branch v0.53.3 at commit dd220efe7b1e292415bd0ea7161f63df9c95bfd3 clean (version: bump to 0.53.3).
Date: Sat Jan 24 20:02:06 2026
Tag: v0.53.3, commits: 6793
Libraries:
Hyprgraphics: built against 0.5.0, system has 0.5.0
Hyprutils: built against 0.11.0, system has 0.11.0
Hyprcursor: built against 0.1.13, system has 0.1.13
Hyprlang: built against 0.6.8, system has 0.6.8
Aquamarine: built against 0.10.0, system has 0.10.0
Version ABI string: dd220efe7b1e292415bd0ea7161f63df9c95bfd3_aq_0.10_hu_0.11_hg_0.5_hc_0.1_hlg_0.6
no flags were set
[---SUCCESS---]
[===diagnose===] _check_quickshell_version
illogical-impulse-quickshell-git 0.1.0.r1-6
qt6-base 6.10.2-1
[---SUCCESS---]
[===diagnose===] _check_PKGBUILD_version
illogical-impulse-audio 1.0-2
illogical-impulse-backlight 1.0-1
illogical-impulse-basic 1.0-2
illogical-impulse-fonts-themes 1.0-5
illogical-impulse-hyprland 1.0-4
illogical-impulse-kde 1.0-2
illogical-impulse-microtex-git r494.0e3707f-2
illogical-impulse-microtex-git-debug r494.0e3707f-2
illogical-impulse-portal 1.0-2
illogical-impulse-python 1.1-4
illogical-impulse-quickshell-git 0.1.0.r1-6
illogical-impulse-screencapture 1.0-1
illogical-impulse-toolkit 1.0-2
illogical-impulse-widgets 1.0-6
[---SUCCESS---]
<!-- Run `./diagnose` inside the repo, and paste the result here! -->
Step 3. Describe the issue
Some icons in the bar overlap when using lower resolution screens (1366x768 in my case), changing UI scale in the shell.qml fixes the overlapping but it looks really ugly (also breaks screencap and wallpaper a bit)
Logs
(Unsure what logs to put for this, let me know what to give)Reminder
- I agree that it's usually impossible for others to help me without my logs.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
ISSUEGeneral issuesGeneral issues