Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Top bar not shown on external monitor #1171

Open
4 tasks done
Stanko2 opened this issue Mar 15, 2025 · 0 comments
Open
4 tasks done

Top bar not shown on external monitor #1171

Stanko2 opened this issue Mar 15, 2025 · 0 comments
Labels
ISSUE General issues

Comments

@Stanko2
Copy link

Stanko2 commented Mar 15, 2025

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.

Step 2. Quick diagnose info

Quick diagnose

/========================\
| Checking git repo info |
\========================/

[===diagnose===] git remote get-url origin
https://github.com/end-4/dots-hyprland.git
[---SUCCESS---]

[===diagnose===] git rev-parse HEAD
4b6d2fff802833023a476fb6c40a367a8220a19d
[---SUCCESS---]

/=================\
| Checking distro |
\=================/

[===diagnose===] ii_check_distro
LSB Version:	n/a
Distributor ID:	Arch
Description:	Arch Linux
Release:	rolling
Codename:	n/a
[---SUCCESS---]

/====================\
| Checking variables |
\====================/

[===diagnose===] declare -p XDG_BIN_HOME
./diagnose: line 30: declare: XDG_BIN_HOME: not found
[---EXIT 1---]

[===diagnose===] declare -p XDG_CACHE_HOME
declare -x XDG_CACHE_HOME="/home/stanko/.cache"
[---SUCCESS---]

[===diagnose===] declare -p XDG_CONFIG_HOME
declare -x XDG_CONFIG_HOME="/home/stanko/.config"
[---SUCCESS---]

[===diagnose===] declare -p XDG_DATA_HOME
./diagnose: line 30: declare: XDG_DATA_HOME: not found
[---EXIT 1---]

[===diagnose===] declare -p XDG_STATE_HOME
declare -x XDG_STATE_HOME="/home/stanko/.local/state"
[---SUCCESS---]

[===diagnose===] declare -p ILLOGICAL_IMPULSE_VIRTUAL_ENV
declare -x ILLOGICAL_IMPULSE_VIRTUAL_ENV="\$XDG_STATE_HOME/ags/.venv"
[---SUCCESS---]

/============================\
| Checking directories/files |
\============================/

[===diagnose===] ls -l /home/stanko/.local/state/ags/.venv
total 16
-rw-r--r-- 1 stanko stanko   43 Mar  3 22:27 CACHEDIR.TAG
drwxr-xr-x 2 stanko stanko 4096 Mar  3 22:28 bin
drwxr-xr-x 3 stanko stanko 4096 Mar  3 22:27 lib
lrwxrwxrwx 1 stanko stanko    3 Mar  3 22:27 lib64 -> lib
-rw-r--r-- 1 stanko stanko  189 Mar  3 22:27 pyvenv.cfg
[---SUCCESS---]

[===diagnose===] ls -l $XDG_STATE_HOME/ags/.venv/bin/gradience-cli
ls: cannot access '$XDG_STATE_HOME/ags/.venv/bin/gradience-cli': No such file or directory
[---EXIT 2---]

[===diagnose===] ls /glib-2.0/schemas
ls: cannot access '/glib-2.0/schemas': No such file or directory
[---EXIT 2---]

[===diagnose===] ls /gradience
ls: cannot access '/gradience': No such file or directory
[---EXIT 2---]

/===================\
| Checking versions |
\===================/

[===diagnose===] Hyprland --version
Hyprland 0.47.2 built from branch  at commit 882f7ad7d2bbfc7440d0ccaef93b1cdd78e8e3ff  (version: bump to 0.47.2).
Date: Sun Feb 2 00:47:17 2025
Tag: v0.47.2, commits: 5767
built against:
 aquamarine 0.7.2
 hyprlang 0.6.0
 hyprutils 0.5.0
 hyprcursor 0.1.11
 hyprgraphics 0.1.2


no flags were set

[---SUCCESS---]

[===diagnose===] ags --version
ags version 2.3.0

[---SUCCESS---]

[===diagnose===] agsv1 --version
1.8.2
[---SUCCESS---]

/==============================================\
| Finished. Output saved as "diagnose.result". |
\==============================================/

Step 3. Describe the issue

When I connect an external monitor to my laptop the Bar is only shown on the laptop display. When I restart the bar (CTRL+SUPER+R) it gets shown on both monitors. Is it possible that the bar would detect newly connected monitor and render on it?

Reminder

  • I agree that it's usually impossible for others to help me without my logs.
@Stanko2 Stanko2 added the ISSUE General issues label Mar 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ISSUE General issues
Projects
None yet
Development

No branches or pull requests

1 participant