Skip to content

Persistent popup on secondary screen #323

@OliverGuy

Description

@OliverGuy

Hi, since updating to e860404 I've had a persistent popup that shows the currently active window when:
i. using the panels theme, and
ii. a secondary monitor is focused.

Image

I would like to be able to disable it, as it kinda gets in the way imho.
I'd love to contribute a fix or config toggle, but am kind of at a loss as to where the relevant code is located.

Here's my current config (excluding paths and keybinds):

{
    "bar_position": "Top",
    "vertical": false,
    "centered_bar": false,
    "datetime_12h_format": false,
    "terminal_command": "wezterm start -- ",
    "auto_append_hyprland": false,
    "dock_enabled": true,
    "dock_icon_size": 34,
    "dock_always_show": true,
    "bar_workspace_show_number": true,
    "bar_workspace_use_chinese_numerals": true,
    "bar_hide_special_workspace": true,
    "bar_theme": "Pills",
    "dock_theme": "Pills",
    "panel_theme": "Panel",
    "panel_position": "Center",
    "notif_pos": "Top",
    "bar_button_apps_visible": false,
    "bar_systray_visible": true,
    "bar_control_visible": true,
    "bar_network_visible": true,
    "bar_button_tools_visible": true,
    "bar_sysprofiles_visible": true,
    "bar_button_overview_visible": false,
    "bar_ws_container_visible": true,
    "bar_weather_visible": true,
    "bar_battery_visible": true,
    "bar_metrics_visible": true,
    "bar_language_visible": true,
    "bar_date_time_visible": true,
    "bar_button_power_visible": true,
    "corners_visible": false,
    "bar_metrics_disks": [
        "/",
        "/mnt/HDD/",
        "/mnt/SSD"
    ],
    "metrics_visible": {
        "cpu": true,
        "ram": true,
        "disk": true,
        "gpu": true
    },
    "metrics_small_visible": {
        "cpu": true,
        "ram": true,
        "disk": true,
        "gpu": true
    },
    "limited_apps_history": [
        "Spotify"
    ],
    "history_ignored_apps": [
        "Hyprshot"
    ]
}

PS: I love using Ax-Shell, keep up the good work :)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions