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

[Hyprland] Wayber CSS rounded shadow appear #3943

Closed
canmi21 opened this issue Feb 17, 2025 · 9 comments
Closed

[Hyprland] Wayber CSS rounded shadow appear #3943

canmi21 opened this issue Feb 17, 2025 · 9 comments

Comments

@canmi21
Copy link

canmi21 commented Feb 17, 2025

Environment:
OS: Archlinux
Kernel: Linux 6.13.2-arch1-1
WM: Hyprland 0.47.2 (Wayland)
CPU: Intel(R) Core(TM) i5-8265U (8) @ 3.90 GHz
GPU: Intel UHD Graphics 620 @ 1.10 GHz [Integrated]
Memory: 5.31 GiB / 15.38 GiB (35%)
DISK: (/): 171.89 GiB / 1.83 TiB (9%) - btrfs

The problem:

Image
And when I killall waybar and reload:

Image
It changed back to normal(Notice that corner almost fix but still some light color fill, but that just fine compare to first one)

I don't think this is a problem with my configuration. Because when I use the current configuration file and CSS properties, it works fine. But once I switch workspaces or just wait few mintes, the corners that should be rounded get filled in with color.

And also a problem in hyprland, when i use the rounded, since i use the hyprland.conf exec-one to load the waybar, and with the command below:

waybar --config ~/.config/waybar/config.jsonc --style ~/.config/waybar/style.css > /dev/null 2>&1 &

This one will cause the problem that similar to first one, also corners that should be rounded get filled in with color. but the solution i find was the slow load rate, or load waybar waiting the hyprland load finish.

like using 2s

exec-once = sleep 2 && waybar --config ~/.config/waybar/config.jsonc --style ~/.config/waybar/style.css > /dev/null 2>&1 &

Config File:

{
    "layer": "top",
    "output": [ "*" ],
    "position": "top",
    "mod": "dock",
    "height": 30,
    "margin-top": 5,
    "margin-left": 5,
    "margin-bottom": 0,
    "margin-right": 5,
    "exclusive": true,
    "passthrough": false,
    "gtk-layer-shell": true,
    "reload_style_on_change": true,

    "modules-left": ["custom/padd","custom/power","hyprland/workspaces","pulseaudio#microphone","custom/cpuinfo","backlight","pulseaudio"],
    "modules-center": ["custom/updates","clock","idle_inhibitor"],
    "modules-right": ["cpu","memory","custom/gpuinfo","battery","network","tray","custom/padd"],

    "cpu": {
        "interval": 10,
        "format": "󰍛 {usage}%",
        "rotate": 0,
        "format-alt": "{icon0}{icon1}{icon2}{icon3}",
        "format-icons": ["▁", "▂", "▃", "▄", "▅", "▆", "▇", "█"]
    },

    "memory": {
        "states": {
            "c": 90,
            "h": 60,
            "m": 30
        },
        "interval": 30,
        "format": "󰾆 {used}GB",
        "rotate": 0,
        "format-m": "󰾅 {used}GB",
        "format-h": "󰓅 {used}GB",
        "format-c": " {used}GB",
        "format-alt": "󰾆 {percentage}%",
        "max-length": 10,
        "tooltip": true,
        "tooltip-format": "󰾆 {percentage}%\n {used:0.1f}GB/{total:0.1f}GB"
    },

    "custom/cpuinfo": {
        "exec": "NO_EMOJI=1 cpuinfo.sh",
        "return-type": "json",
        "format": "{}",
        "rotate": 0,
        "restart-interval": 5,
        "tooltip": true,
        "max-length": 1000
    },

    "custom/gpuinfo": {
        "exec": "NO_EMOJI=1 gpuinfo.sh",
        "return-type": "json",
        "format": "{}",
        "rotate": 0,
        "interval": 5,
        "tooltip": true,
        "max-length": 1000,
        "on-click": "gpuinfo.sh --toggle"
    },

    "idle_inhibitor": {
        "format": "{icon}",
        "rotate": 0,
        "format-icons": {
            "activated": "",
            "deactivated": "󰛊"
        },
        "tooltip-format-activated":"Caffeine Mode Active",
        "tooltip-format-deactivated":"Caffeine Mode Inactive"
    },

    "clock": {
        "format": "{:%I:%M %p}",
        "rotate": 0,
        "format-alt": "{:%R 󰃭 %d·%m·%y}",
        "tooltip-format": "<span>{calendar}</span>",
        "calendar": {
            "mode": "month",
            "mode-mon-col": 3,
            "on-scroll": 1,
            "on-click-right": "mode",
            "format": {
                "months": "<span color='#ffead3'><b>{}</b></span>",
                "weekdays": "<span color='#ffcc66'><b>{}</b></span>",
                "today": "<span color='#ff6699'><b>{}</b></span>"
            }
        },
        "actions": {
            "on-click-right": "mode",
            "on-click-forward": "tz_up",
            "on-click-backward": "tz_down",
            "on-scroll-up": "shift_up",
            "on-scroll-down": "shift_down"
        }
    },

    "hyprland/workspaces": {
        "rotate": 0,
        "all-outputs": true,
        "active-only": false,
        "on-click": "activate",
        "disable-scroll": false,
        "on-scroll-up": "hyprctl dispatch workspace -1",
        "on-scroll-down": "hyprctl dispatch workspace +1",
        "persistent-workspaces": {}
    },

    "backlight": {
        "device": "intel_backlight",
        "rotate": 0,
        "format": "{icon} {percent}%",
        "format-icons": ["", "", "", "", "", "", "", "", ""],
        "on-scroll-up": "brightnesscontrol.sh i 1",
        "on-scroll-down": "brightnesscontrol.sh d 1",
        "min-length": 6
    },

    "network": {
        "tooltip": true,
        "format-wifi": " ",
        "rotate": 0,
        "format-ethernet": "󰈀 ",
        "tooltip-format": "Network: <big><b>{essid}</b></big>\nSignal strength: <b>{signaldBm}dBm ({signalStrength}%)</b>\nFrequency: <b>{frequency}MHz</b>\nInterface: <b>{ifname}</b>\nIP: <b>{ipaddr}/{cidr}</b>\nGateway: <b>{gwaddr}</b>\nNetmask: <b>{netmask}</b>",
        "format-linked": "󰈀 {ifname} (No IP)",
        "format-disconnected": "󰖪 ",
        "tooltip-format-disconnected": "Disconnected",
        "format-alt": "<span foreground='#99ffdd'> {bandwidthDownBytes}</span> <span foreground='#ffcc66'> {bandwidthUpBytes}</span>",
        "interval": 2
    },

    "pulseaudio": {
        "format": "{icon} {volume}",
        "rotate": 0,
        "format-muted": "婢",
        "on-click": "pavucontrol -t 3",
        "on-click-right": "volumecontrol.sh -s ''",
        "on-click-middle": "volumecontrol.sh -o m",
        "on-scroll-up": "volumecontrol.sh -o i 5",
        "on-scroll-down": "volumecontrol.sh -o d 5",
        "tooltip-format": "{icon} {desc} // {volume}%",
        "scroll-step": 5,
        "format-icons": {
            "headphone": "",
            "hands-free": "",
            "headset": "",
            "phone": "",
            "portable": "",
            "car": "",
            "default": ["", "", ""]
        }
    },

    "pulseaudio#microphone": {
        "format": " {format_source} ",
        "rotate": 0,
        "format-source": "",
        "format-source-muted": "",
        "on-click": "pavucontrol -t 4",
        "on-click-middle": "volumecontrol.sh -i m",
        "on-scroll-up": "volumecontrol.sh -i i",
        "on-scroll-down": "volumecontrol.sh -i d",
        "tooltip-format": "{format_source} {source_desc} // {source_volume}%",
        "scroll-step": 5
    },

    "custom/updates": {
        "exec": "systemupdate.sh",
        "return-type": "json",
        "format": "{}",
        "rotate": 0,
        "on-click": "hyprctl dispatch exec 'systemupdate.sh up'",
        "interval": 86400,
        "tooltip": true,
        "signal": 20
    },

    "tray": {
        "icon-size": 13,
        "rotate": 0,
        "spacing": 5
    },

    "battery": {
        "states": {
            "good": 95,
            "warning": 30,
            "critical": 20
        },
        "format": "{icon} {capacity}%",
        "rotate": 0,
        "format-charging": " {capacity}%",
        "format-plugged": " {capacity}%",
        "format-alt": "{time} {icon}",
        "format-icons": ["󰂎", "󰁺", "󰁻", "󰁼", "󰁽", "󰁾", "󰁿", "󰂀", "󰂁", "󰂂", "󰁹"]
    },

    "custom/power": {
        "format": "{} ",
        "rotate": 0,
        "exec": "echo ; echo  logout",
        "on-click": "logoutlaunch.sh 2",
        "on-click-right": "logoutlaunch.sh 1",
        "interval" : 86400,
        "tooltip": true
    },

    "custom/l_end": {
        "format": " ",
        "interval" : "once",
        "tooltip": false
    },

    "custom/r_end": {
        "format": " ",
        "interval" : "once",
        "tooltip": false
    },

    "custom/padd": {
        "format": "  ",
        "interval" : "once",
        "tooltip": false
    }
}
@define-color bar-bg rgba(0, 0, 0, 0);

@define-color main-bg #26233a;
@define-color main-fg #ebbcba;

@define-color wb-act-bg #31748f;
@define-color wb-act-fg #9ccfd8;

@define-color wb-hvr-bg #eb6f92;
@define-color wb-hvr-fg #f6c177;

* {
    border: none;
    border-radius: 0px;
    font-family: "JetBrainsMono Nerd Font";
    font-weight: bold;
    font-size: 10px;
    min-height: 10px;
}

window#waybar {
    background: #26233a;
    border-radius: 10px;
    margin: 5px;
}

tooltip {
    background: @main-bg;
    color: @main-fg;
    border-radius: 7px;
    border-width: 0px;
}

#workspaces button {
    box-shadow: none;
    text-shadow: none;
    padding: 0px;
    border-radius: 9px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 0px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 0px;
    color: @main-fg;
    animation: ws_normal 20s ease-in-out 1;
}

#workspaces button.active {
    background: @wb-act-bg;
    color: @wb-act-fg;
    margin-left: 2px;
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 2px;
    border-radius: 6px;
    animation: ws_active 20s ease-in-out 1;
    transition: all 0.4s cubic-bezier(.55,-0.68,.48,1.682);
}

#workspaces button:hover {
    background: @wb-hvr-bg;
    color: @wb-hvr-fg;
    animation: ws_hover 20s ease-in-out 1;
    transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}

#taskbar button {
    box-shadow: none;
    text-shadow: none;
    padding: 0px;
    border-radius: 9px;
    margin-top: 3px;
    margin-bottom: 3px;
    margin-left: 0px;
    padding-left: 3px;
    padding-right: 3px;
    margin-right: 0px;
    color: @wb-color;
    animation: tb_normal 20s ease-in-out 1;
}

#taskbar button.active {
    background: @wb-act-bg;
    color: @wb-act-color;
    margin-left: 3px;
    padding-left: 12px;
    padding-right: 12px;
    margin-right: 3px;
    animation: tb_active 20s ease-in-out 1;
    transition: all 0.4s cubic-bezier(.55,-0.68,.48,1.682);
}

#taskbar button:hover {
    background: @wb-hvr-bg;
    color: @wb-hvr-color;
    animation: tb_hover 20s ease-in-out 1;
    transition: all 0.3s cubic-bezier(.55,-0.68,.48,1.682);
}

#tray menu * {
    min-height: 16px
}

#tray menu separator {
    min-height: 10px
}

#backlight,
#battery,
#bluetooth,
#custom-cava,
#custom-cliphist,
#clock,
#custom-cpuinfo,
#cpu,
#custom-github_hyprdots,
#custom-gpuinfo,
#idle_inhibitor,
#custom-keybindhint,
#language,
#memory,
#mpris,
#network,
#custom-notifications,
#custom-power,
#privacy,
#pulseaudio,
#custom-spotify,
#taskbar,
#custom-theme,
#tray,
#custom-updates,
#custom-wallchange,
#custom-wbar,
#window,
#workspaces,
#custom-l_end,
#custom-r_end,
#custom-sl_end,
#custom-sr_end,
#custom-rl_end,
#custom-rr_end {
    color: @main-fg;
    background: @main-bg;
    opacity: 1;
    margin: 4px 0px 4px 0px;
    padding-left: 4px;
    padding-right: 4px;
}

#workspaces,
#taskbar {
    padding: 0px;
}

#custom-r_end {
    border-radius: 0px 21px 21px 0px;
    margin-right: 9px;
    padding-right: 3px;
}

#custom-l_end {
    border-radius: 21px 0px 0px 21px;
    margin-left: 9px;
    padding-left: 3px;
}

#custom-sr_end {
    border-radius: 0px;
    margin-right: 9px;
    padding-right: 3px;
}

#custom-sl_end {
    border-radius: 0px;
    margin-left: 9px;
    padding-left: 3px;
}

#custom-rr_end {
    border-radius: 0px 7px 7px 0px;
    margin-right: 9px;
    padding-right: 3px;
}

#custom-rl_end {
    border-radius: 7px 0px 0px 7px;
    margin-left: 9px;
    padding-left: 3px;
}
@canmi21 canmi21 changed the title Wayber CSS rounded shadow appear [Hyprland] Wayber CSS rounded shadow appear Feb 17, 2025
@canmi21
Copy link
Author

canmi21 commented Feb 17, 2025

Image
and sometime it become only on corner error.

@syx-413
Copy link

syx-413 commented Feb 21, 2025

尝试一下用

window > box {
    background: #26233a;
    border-radius: 10px;
    margin: 5px;
}

Image

@canmi21
Copy link
Author

canmi21 commented Feb 21, 2025

Image
看起来似乎可以,待我观察一下

@canmi21
Copy link
Author

canmi21 commented Feb 21, 2025

尝试一下用

window > box {
    background: #26233a;
    border-radius: 10px;
    margin: 5px;
}

Image

效果似乎不行,还是会出现一段时间后四个角落出现不正确的颜色,原因未知,感觉我每次配置完reload后都是正常的,用着用着就和上面issue最开始的那样了。还是没有彻底解决

@canmi21
Copy link
Author

canmi21 commented Feb 21, 2025

尝试一下用

window > box {
    background: #26233a;
    border-radius: 10px;
    margin: 5px;
}

Image

效果似乎不行,还是会出现一段时间后四个角落出现不正确的颜色,原因未知,感觉我每次配置完reload后都是正常的,用着用着就和上面issue最开始的那样了。还是没有彻底解决

Image
抓拍到了,似乎左下角那种问题

Image
还是和之前一样,reload了又好了

@syx-413
Copy link

syx-413 commented Feb 21, 2025

试试waybar -l debug > waybar.log 看看调试信息 能不能找到

@canmi21
Copy link
Author

canmi21 commented Mar 9, 2025

从日志里面来看似乎没有提供有效信息,症状是从我打开onlyoffice的时候出现的

[2025-03-09 20:39:23.803] [debug] Try expanding: $XDG_CONFIG_HOME/waybar/config
[2025-03-09 20:39:23.803] [debug] Try expanding: $XDG_CONFIG_HOME/waybar/config.jsonc
[2025-03-09 20:39:23.803] [debug] Try expanding: $HOME/.config/waybar/config
[2025-03-09 20:39:23.803] [debug] Try expanding: $HOME/.config/waybar/config.jsonc
[2025-03-09 20:39:23.803] [debug] Found config file: /home/canmi/.config/waybar/config.jsonc
[2025-03-09 20:39:23.803] [info] Using configuration file /home/canmi/.config/waybar/config.jsonc
[2025-03-09 20:39:23.807] [info] Discovered appearance 'dark'
[2025-03-09 20:39:23.807] [debug] Try expanding: $XDG_CONFIG_HOME/waybar/style-dark.css
[2025-03-09 20:39:23.807] [debug] Try expanding: $XDG_CONFIG_HOME/waybar/style.css
[2025-03-09 20:39:23.807] [debug] Try expanding: $HOME/.config/waybar/style-dark.css
[2025-03-09 20:39:23.807] [debug] Try expanding: $HOME/.config/waybar/style.css
[2025-03-09 20:39:23.807] [debug] Found config file: /home/canmi/.config/waybar/style.css
[2025-03-09 20:39:23.807] [info] Using CSS file /home/canmi/.config/waybar/style.css
[2025-03-09 20:39:23.808] [debug] Parsing imports for file: /home/canmi/.config/waybar/style.css
[2025-03-09 20:39:23.808] [debug] Adding file to watch list: /home/canmi/.config/waybar/style.css
[2025-03-09 20:39:23.815] [debug] Output detection done: eDP-1 (Telxon Corporation 0x1388 TL139GDXP01)
[2025-03-09 20:39:23.818] [info] Hyprland IPC starting
[2025-03-09 20:39:23.819] [debug] window-rewrite is not defined or is not an object, using default rules.
[2025-03-09 20:39:23.820] [debug] Initializing workspaces
[2025-03-09 20:39:23.821] [debug] Initializing persistent workspaces
[2025-03-09 20:39:23.821] [info] Loading persistent workspaces from Waybar config
[2025-03-09 20:39:23.821] [info] Loading persistent workspaces from Hyprland workspace rules
[2025-03-09 20:39:23.823] [debug] Cmd exited with code 0
[2025-03-09 20:39:23.823] [debug] Received SIGCHLD in signalThread
[2025-03-09 20:39:23.836] [debug] network: new default route via 192.168.154.233 on if2 metric 20600
[2025-03-09 20:39:23.837] [debug] network: wlan0, new addr 192.168.154.228/24
[2025-03-09 20:39:23.837] [debug] network: wlan0, new addr 192.168.154.228/24
[2025-03-09 20:39:23.837] [debug] network: wlan0, new addr 240e:462:8:5c6:3500:8962:43f:ab81/64
[2025-03-09 20:39:23.865] [debug] GTK widget tree:
window#waybar.background.top.eDP-1..mode-default:dir(ltr)
  decoration:dir(ltr)
  box.horizontal:dir(ltr)
    box.horizontal.modules-left:dir(ltr)
      widget:dir(ltr)
        label#custom-padd.module:dir(ltr)
      widget:dir(ltr)
        label#custom-power.module:dir(ltr)
      widget:dir(ltr)
        box#workspaces.horizontal.module:dir(ltr)
      widget:dir(ltr)
        label#pulseaudio.module.microphone:dir(ltr)
      widget:dir(ltr)
        label#custom-cpuinfo.module:dir(ltr)
      widget:dir(ltr)
        label#backlight.module:dir(ltr)
      widget:dir(ltr)
        label#pulseaudio.module:dir(ltr)
    box.horizontal.modules-center:dir(ltr)
      widget:dir(ltr)
        label#clock.module:dir(ltr)
      widget:dir(ltr)
        label#idle_inhibitor.module:dir(ltr)
    box.horizontal.modules-right:dir(ltr)
      widget:dir(ltr)
        label#cpu.module:dir(ltr)
      widget:dir(ltr)
        label#memory.module:dir(ltr)
      widget:dir(ltr)
        label#custom-gpuinfo.module:dir(ltr)
      widget:dir(ltr)
        label#battery.module:dir(ltr)
      widget:dir(ltr)
        label#network.module:dir(ltr)
      widget:dir(ltr)
        box#tray.horizontal.module:dir(ltr)
      widget:dir(ltr)
        label#custom-padd.module:dir(ltr)

[2025-03-09 20:39:23.868] [debug] Creating workspace 1
[2025-03-09 20:39:23.869] [debug] Creating workspace 10
[2025-03-09 20:39:24.000] [info] Bar configured (width: 1190, height: 30) for output: eDP-1
[2025-03-09 20:39:24.000] [error] Item '': No icon name or pixmap given.
[2025-03-09 20:39:24.065] [error] Item '': No icon name or pixmap given.
[2025-03-09 20:39:24.065] [error] Item '': No icon name or pixmap given.
[2025-03-09 20:39:24.065] [error] Item '': No icon name or pixmap given.
[2025-03-09 20:39:24.065] [error] Item '': No icon name or pixmap given.
[2025-03-09 20:39:24.085] [debug] hyprland IPC received openlayer>>waybar
[2025-03-09 20:39:24.137] [debug] Received SIGCHLD in signalThread
[2025-03-09 20:39:24.137] [debug] Cmd exited with code 0
[2025-03-09 20:39:26.898] [debug] hyprland IPC received activewindow>>Google-chrome,[Hyprland] Wayber CSS rounded shadow appear · Issue #3943 · Alexays/Waybar - Google Chrome
[2025-03-09 20:39:26.899] [debug] hyprland IPC received activewindowv2>>5f5ce410a370
[2025-03-09 20:39:26.900] [debug] hyprland IPC received workspace>>1
[2025-03-09 20:39:26.901] [debug] hyprland IPC received workspacev2>>1,1
[2025-03-09 20:39:27.829] [debug] hyprland IPC received createworkspace>>2
[2025-03-09 20:39:27.829] [debug] Workspace created: 2
[2025-03-09 20:39:27.831] [debug] Creating workspace 2
[2025-03-09 20:39:27.832] [debug] hyprland IPC received createworkspacev2>>2,2
[2025-03-09 20:39:27.833] [debug] hyprland IPC received activewindow>>,
[2025-03-09 20:39:27.834] [debug] hyprland IPC received activewindowv2>>
[2025-03-09 20:39:27.835] [debug] hyprland IPC received workspace>>2
[2025-03-09 20:39:27.836] [debug] hyprland IPC received workspacev2>>2,2
[2025-03-09 20:39:28.392] [debug] hyprland IPC received createworkspace>>3
[2025-03-09 20:39:28.392] [debug] Workspace created: 3
[2025-03-09 20:39:28.392] [debug] Creating workspace 3
[2025-03-09 20:39:28.393] [debug] hyprland IPC received createworkspacev2>>3,3
[2025-03-09 20:39:28.395] [debug] hyprland IPC received workspace>>3
[2025-03-09 20:39:28.396] [debug] hyprland IPC received workspacev2>>3,3
[2025-03-09 20:39:28.400] [debug] hyprland IPC received destroyworkspace>>2
[2025-03-09 20:39:28.400] [debug] Removing workspace 2
[2025-03-09 20:39:28.401] [debug] hyprland IPC received destroyworkspacev2>>2,2
[2025-03-09 20:39:28.894] [debug] hyprland IPC received activewindow>>Google-chrome,[Hyprland] Wayber CSS rounded shadow appear · Issue #3943 · Alexays/Waybar - Google Chrome
[2025-03-09 20:39:28.895] [debug] hyprland IPC received activewindowv2>>5f5ce410a370
[2025-03-09 20:39:28.896] [debug] hyprland IPC received workspace>>1
[2025-03-09 20:39:28.897] [debug] hyprland IPC received workspacev2>>1,1
[2025-03-09 20:39:28.900] [debug] hyprland IPC received destroyworkspace>>3
[2025-03-09 20:39:28.900] [debug] Removing workspace 3
[2025-03-09 20:39:28.901] [debug] hyprland IPC received destroyworkspacev2>>3,3
[2025-03-09 20:39:29.261] [debug] hyprland IPC received createworkspace>>2
[2025-03-09 20:39:29.261] [debug] Workspace created: 2
[2025-03-09 20:39:29.263] [debug] Creating workspace 2
[2025-03-09 20:39:29.265] [debug] hyprland IPC received createworkspacev2>>2,2
[2025-03-09 20:39:29.266] [debug] hyprland IPC received activewindow>>,
[2025-03-09 20:39:29.267] [debug] hyprland IPC received activewindowv2>>
[2025-03-09 20:39:29.268] [debug] hyprland IPC received workspace>>2
[2025-03-09 20:39:29.269] [debug] hyprland IPC received workspacev2>>2,2
[2025-03-09 20:39:29.434] [debug] hyprland IPC received createworkspace>>3
[2025-03-09 20:39:29.434] [debug] Workspace created: 3
[2025-03-09 20:39:29.435] [debug] Creating workspace 3
[2025-03-09 20:39:29.436] [debug] hyprland IPC received createworkspacev2>>3,3
[2025-03-09 20:39:29.437] [debug] hyprland IPC received workspace>>3
[2025-03-09 20:39:29.438] [debug] hyprland IPC received workspacev2>>3,3
[2025-03-09 20:39:29.450] [debug] hyprland IPC received destroyworkspace>>2
[2025-03-09 20:39:29.450] [debug] Removing workspace 2
[2025-03-09 20:39:29.451] [debug] hyprland IPC received destroyworkspacev2>>2,2
[2025-03-09 20:39:29.939] [debug] hyprland IPC received activewindow>>Google-chrome,[Hyprland] Wayber CSS rounded shadow appear · Issue #3943 · Alexays/Waybar - Google Chrome
[2025-03-09 20:39:29.940] [debug] hyprland IPC received activewindowv2>>5f5ce410a370
[2025-03-09 20:39:29.941] [debug] hyprland IPC received workspace>>1
[2025-03-09 20:39:29.942] [debug] hyprland IPC received workspacev2>>1,1
[2025-03-09 20:39:29.950] [debug] hyprland IPC received destroyworkspace>>3
[2025-03-09 20:39:29.950] [debug] Removing workspace 3
[2025-03-09 20:39:29.951] [debug] hyprland IPC received destroyworkspacev2>>3,3
[2025-03-09 20:39:31.847] [debug] hyprland IPC received createworkspace>>2
[2025-03-09 20:39:31.847] [debug] Workspace created: 2
[2025-03-09 20:39:31.848] [debug] Creating workspace 2
[2025-03-09 20:39:31.849] [debug] hyprland IPC received createworkspacev2>>2,2
[2025-03-09 20:39:31.850] [debug] hyprland IPC received activewindow>>,
[2025-03-09 20:39:31.852] [debug] hyprland IPC received activewindowv2>>
[2025-03-09 20:39:31.853] [debug] hyprland IPC received workspace>>2
[2025-03-09 20:39:31.854] [debug] hyprland IPC received workspacev2>>2,2
[2025-03-09 20:39:33.911] [debug] hyprland IPC received urgent>>5f5ce421a630
[2025-03-09 20:39:33.915] [debug] hyprland IPC received urgent>>5f5ce421a630
[2025-03-09 20:39:33.918] [debug] hyprland IPC received activewindow>>QQ,QQ
[2025-03-09 20:39:33.919] [debug] hyprland IPC received activewindowv2>>5f5ce421a630
[2025-03-09 20:39:33.920] [debug] hyprland IPC received openwindow>>5f5ce421a630,2,QQ,QQ
[2025-03-09 20:39:35.140] [debug] hyprland IPC received closewindow>>5f5ce421a630
[2025-03-09 20:39:35.144] [debug] hyprland IPC received activewindow>>,
[2025-03-09 20:39:35.146] [debug] hyprland IPC received activewindowv2>>
[2025-03-09 20:39:35.661] [debug] hyprland IPC received openwindow>>5f5ce4253b80,2,,
[2025-03-09 20:39:36.158] [debug] hyprland IPC received urgent>>5f5ce4152b80
[2025-03-09 20:39:36.178] [debug] hyprland IPC received closewindow>>5f5ce4253b80
[2025-03-09 20:39:36.205] [debug] hyprland IPC received activewindow>>wechat,微信
[2025-03-09 20:39:36.206] [debug] hyprland IPC received activewindowv2>>5f5ce4152b80
[2025-03-09 20:39:36.207] [debug] hyprland IPC received openwindow>>5f5ce4152b80,2,wechat,微信
[2025-03-09 20:39:37.577] [debug] hyprland IPC received closewindow>>5f5ce4152b80
[2025-03-09 20:39:37.581] [debug] hyprland IPC received activewindow>>,
[2025-03-09 20:39:37.582] [debug] hyprland IPC received activewindowv2>>
[2025-03-09 20:39:38.289] [debug] hyprland IPC received activewindow>>Google-chrome,[Hyprland] Wayber CSS rounded shadow appear · Issue #3943 · Alexays/Waybar - Google Chrome
[2025-03-09 20:39:38.290] [debug] hyprland IPC received activewindowv2>>5f5ce410a370
[2025-03-09 20:39:38.291] [debug] hyprland IPC received workspace>>1
[2025-03-09 20:39:38.292] [debug] hyprland IPC received workspacev2>>1,1
[2025-03-09 20:39:38.299] [debug] hyprland IPC received destroyworkspace>>2
[2025-03-09 20:39:38.299] [debug] Removing workspace 2
[2025-03-09 20:39:38.300] [debug] hyprland IPC received destroyworkspacev2>>2,2
[2025-03-09 20:39:39.691] [debug] hyprland IPC received windowtitle>>5f5ce410a370
[2025-03-09 20:39:39.692] [debug] hyprland IPC received windowtitlev2>>5f5ce410a370,Inbox - canmicn@gmail.com - Gmail - Google Chrome
[2025-03-09 20:39:39.693] [debug] hyprland IPC received activewindow>>Google-chrome,Inbox - canmicn@gmail.com - Gmail - Google Chrome
[2025-03-09 20:39:39.694] [debug] hyprland IPC received activewindowv2>>5f5ce410a370
[2025-03-09 20:39:43.185] [debug] hyprland IPC received windowtitle>>5f5ce410a370
[2025-03-09 20:39:43.187] [debug] hyprland IPC received windowtitlev2>>5f5ce410a370,[Hyprland] Wayber CSS rounded shadow appear · Issue #3943 · Alexays/Waybar - Google Chrome
[2025-03-09 20:39:43.188] [debug] hyprland IPC received activewindow>>Google-chrome,[Hyprland] Wayber CSS rounded shadow appear · Issue #3943 · Alexays/Waybar - Google Chrome
[2025-03-09 20:39:43.189] [debug] hyprland IPC received activewindowv2>>5f5ce410a370
[2025-03-09 20:39:43.798] [debug] hyprland IPC received windowtitle>>5f5ce410a370
[2025-03-09 20:39:43.799] [debug] hyprland IPC received windowtitlev2>>5f5ce410a370,Collegeboard - Sign In - Google Chrome
[2025-03-09 20:39:43.800] [debug] hyprland IPC received activewindow>>Google-chrome,Collegeboard - Sign In - Google Chrome
[2025-03-09 20:39:43.802] [debug] hyprland IPC received activewindowv2>>5f5ce410a370
[2025-03-09 20:39:47.515] [debug] hyprland IPC received windowtitle>>5f5ce410a370
[2025-03-09 20:39:47.516] [debug] hyprland IPC received windowtitlev2>>5f5ce410a370,Untitled - Google Chrome
[2025-03-09 20:39:47.517] [debug] hyprland IPC received activewindow>>Google-chrome,Untitled - Google Chrome
[2025-03-09 20:39:47.518] [debug] hyprland IPC received activewindowv2>>5f5ce410a370
[2025-03-09 20:39:47.775] [debug] hyprland IPC received windowtitle>>5f5ce410a370
[2025-03-09 20:39:47.776] [debug] hyprland IPC received windowtitlev2>>5f5ce410a370,limestart.cn/?from=ext - Google Chrome
[2025-03-09 20:39:47.777] [debug] hyprland IPC received activewindow>>Google-chrome,limestart.cn/?from=ext - Google Chrome
[2025-03-09 20:39:47.778] [debug] hyprland IPC received activewindowv2>>5f5ce410a370
[2025-03-09 20:39:48.054] [debug] hyprland IPC received windowtitle>>5f5ce410a370
[2025-03-09 20:39:48.055] [debug] hyprland IPC received windowtitlev2>>5f5ce410a370,青柠起始页 - Google Chrome
[2025-03-09 20:39:48.056] [debug] hyprland IPC received activewindow>>Google-chrome,青柠起始页 - Google Chrome
[2025-03-09 20:39:48.057] [debug] hyprland IPC received activewindowv2>>5f5ce410a370
[2025-03-09 20:39:48.630] [debug] hyprland IPC received windowtitle>>5f5ce410a370
[2025-03-09 20:39:48.631] [debug] hyprland IPC received windowtitlev2>>5f5ce410a370,Lime Start Page - Google Chrome
[2025-03-09 20:39:48.633] [debug] hyprland IPC received activewindow>>Google-chrome,Lime Start Page - Google Chrome
[2025-03-09 20:39:48.634] [debug] hyprland IPC received activewindowv2>>5f5ce410a370
[2025-03-09 20:39:50.109] [debug] hyprland IPC received windowtitle>>5f5ce410a370
[2025-03-09 20:39:50.111] [debug] hyprland IPC received windowtitlev2>>5f5ce410a370,Collegeboard - Sign In - Google Chrome
[2025-03-09 20:39:50.112] [debug] hyprland IPC received activewindow>>Google-chrome,Collegeboard - Sign In - Google Chrome
[2025-03-09 20:39:50.113] [debug] hyprland IPC received activewindowv2>>5f5ce410a370
[2025-03-09 20:39:51.579] [debug] hyprland IPC received windowtitle>>5f5ce410a370
[2025-03-09 20:39:51.580] [debug] hyprland IPC received windowtitlev2>>5f5ce410a370,ChatGPT - Google Chrome
[2025-03-09 20:39:51.581] [debug] hyprland IPC received activewindow>>Google-chrome,ChatGPT - Google Chrome
[2025-03-09 20:39:51.582] [debug] hyprland IPC received activewindowv2>>5f5ce410a370
[2025-03-09 20:39:52.298] [debug] hyprland IPC received windowtitle>>5f5ce410a370
[2025-03-09 20:39:52.299] [debug] hyprland IPC received windowtitlev2>>5f5ce410a370,AP Classroom - Google Chrome
[2025-03-09 20:39:52.301] [debug] hyprland IPC received activewindow>>Google-chrome,AP Classroom - Google Chrome
[2025-03-09 20:39:52.302] [debug] hyprland IPC received activewindowv2>>5f5ce410a370
[2025-03-09 20:39:53.119] [debug] hyprland IPC received windowtitle>>5f5ce410a370
[2025-03-09 20:39:53.120] [debug] hyprland IPC received windowtitlev2>>5f5ce410a370,ChatGPT - Google Chrome
[2025-03-09 20:39:53.121] [debug] hyprland IPC received activewindow>>Google-chrome,ChatGPT - Google Chrome
[2025-03-09 20:39:53.122] [debug] hyprland IPC received activewindowv2>>5f5ce410a370
[2025-03-09 20:39:53.971] [debug] hyprland IPC received createworkspace>>2
[2025-03-09 20:39:53.971] [debug] Workspace created: 2
[2025-03-09 20:39:53.980] [debug] Creating workspace 2
[2025-03-09 20:39:53.981] [debug] hyprland IPC received createworkspacev2>>2,2
[2025-03-09 20:39:53.982] [debug] hyprland IPC received activewindow>>,
[2025-03-09 20:39:53.983] [debug] hyprland IPC received activewindowv2>>
[2025-03-09 20:39:53.984] [debug] hyprland IPC received workspace>>2
[2025-03-09 20:39:53.989] [debug] hyprland IPC received workspacev2>>2,2
[2025-03-09 20:39:54.437] [debug] Received SIGCHLD in signalThread
[2025-03-09 20:39:54.437] [debug] Cmd exited with code 0
[2025-03-09 20:39:55.506] [debug] hyprland IPC received openlayer>>rofi
[2025-03-09 20:40:00.289] [debug] hyprland IPC received closelayer>>rofi
[2025-03-09 20:40:00.786] [debug] hyprland IPC received windowtitle>>5f5ce426d900
[2025-03-09 20:40:00.787] [debug] hyprland IPC received windowtitlev2>>5f5ce426d900,DesktopEditors
[2025-03-09 20:40:00.955] [debug] hyprland IPC received windowtitle>>5f5ce425ded0
[2025-03-09 20:40:00.956] [debug] hyprland IPC received windowtitlev2>>5f5ce425ded0,ONLYOFFICE
[2025-03-09 20:40:00.957] [debug] hyprland IPC received windowtitle>>5f5ce425ded0
[2025-03-09 20:40:00.958] [debug] hyprland IPC received windowtitlev2>>5f5ce425ded0,
[2025-03-09 20:40:00.960] [debug] hyprland IPC received windowtitle>>5f5ce425ded0
[2025-03-09 20:40:00.961] [debug] hyprland IPC received windowtitlev2>>5f5ce425ded0,ONLYOFFICE
[2025-03-09 20:40:00.962] [debug] hyprland IPC received windowtitle>>5f5ce425ded0
[2025-03-09 20:40:00.963] [debug] hyprland IPC received windowtitlev2>>5f5ce425ded0,
[2025-03-09 20:40:01.007] [debug] hyprland IPC received windowtitle>>5f5ce41b59d0
[2025-03-09 20:40:01.008] [debug] hyprland IPC received windowtitlev2>>5f5ce41b59d0,ONLYOFFICE
[2025-03-09 20:40:01.009] [debug] hyprland IPC received windowtitle>>5f5ce41b59d0
[2025-03-09 20:40:01.010] [debug] hyprland IPC received windowtitlev2>>5f5ce41b59d0,
[2025-03-09 20:40:01.011] [debug] hyprland IPC received windowtitle>>5f5ce41b59d0
[2025-03-09 20:40:01.012] [debug] hyprland IPC received windowtitlev2>>5f5ce41b59d0,ONLYOFFICE
[2025-03-09 20:40:01.013] [debug] hyprland IPC received windowtitle>>5f5ce41b59d0
[2025-03-09 20:40:01.014] [debug] hyprland IPC received windowtitlev2>>5f5ce41b59d0,
[2025-03-09 20:40:01.161] [debug] hyprland IPC received windowtitle>>5f5ce41b59d0
[2025-03-09 20:40:01.163] [debug] hyprland IPC received windowtitlev2>>5f5ce41b59d0,ONLYOFFICE
[2025-03-09 20:40:01.164] [debug] hyprland IPC received windowtitle>>5f5ce41b59d0
[2025-03-09 20:40:01.165] [debug] hyprland IPC received windowtitlev2>>5f5ce41b59d0,
[2025-03-09 20:40:01.166] [debug] hyprland IPC received windowtitle>>5f5ce41b59d0
[2025-03-09 20:40:01.167] [debug] hyprland IPC received windowtitlev2>>5f5ce41b59d0,ONLYOFFICE
[2025-03-09 20:40:01.168] [debug] hyprland IPC received activewindow>>ONLYOFFICE,ONLYOFFICE
[2025-03-09 20:40:01.169] [debug] hyprland IPC received activewindowv2>>5f5ce41b59d0
[2025-03-09 20:40:01.171] [debug] hyprland IPC received openwindow>>5f5ce41b59d0,2,ONLYOFFICE,ONLYOFFICE
[2025-03-09 20:40:01.945] [debug] hyprland IPC received closewindow>>5f5ce41b59d0
[2025-03-09 20:40:01.951] [debug] hyprland IPC received activewindow>>,
[2025-03-09 20:40:01.952] [debug] hyprland IPC received activewindowv2>>
[2025-03-09 20:40:02.516] [debug] hyprland IPC received activewindow>>Google-chrome,ChatGPT - Google Chrome
[2025-03-09 20:40:02.519] [debug] hyprland IPC received activewindowv2>>5f5ce410a370
[2025-03-09 20:40:02.520] [debug] hyprland IPC received workspace>>1
[2025-03-09 20:40:02.521] [debug] hyprland IPC received workspacev2>>1,1
[2025-03-09 20:40:02.528] [debug] hyprland IPC received destroyworkspace>>2
[2025-03-09 20:40:02.528] [debug] Removing workspace 2
[2025-03-09 20:40:02.529] [debug] hyprland IPC received destroyworkspacev2>>2,2
[2025-03-09 20:40:02.703] [debug] hyprland IPC received createworkspace>>2
[2025-03-09 20:40:02.703] [debug] Workspace created: 2
[2025-03-09 20:40:02.704] [debug] Creating workspace 2
[2025-03-09 20:40:02.706] [debug] hyprland IPC received createworkspacev2>>2,2
[2025-03-09 20:40:02.707] [debug] hyprland IPC received activewindow>>,
[2025-03-09 20:40:02.708] [debug] hyprland IPC received activewindowv2>>
[2025-03-09 20:40:02.709] [debug] hyprland IPC received workspace>>2
[2025-03-09 20:40:02.710] [debug] hyprland IPC received workspacev2>>2,2
[2025-03-09 20:40:02.950] [debug] hyprland IPC received createworkspace>>3
[2025-03-09 20:40:02.950] [debug] Workspace created: 3
[2025-03-09 20:40:02.951] [debug] Creating workspace 3
[2025-03-09 20:40:02.952] [debug] hyprland IPC received createworkspacev2>>3,3
[2025-03-09 20:40:02.953] [debug] hyprland IPC received workspace>>3
[2025-03-09 20:40:02.954] [debug] hyprland IPC received workspacev2>>3,3
[2025-03-09 20:40:02.962] [debug] hyprland IPC received destroyworkspace>>2
[2025-03-09 20:40:02.962] [debug] Removing workspace 2
[2025-03-09 20:40:02.963] [debug] hyprland IPC received destroyworkspacev2>>2,2
[2025-03-09 20:40:03.260] [debug] hyprland IPC received createworkspace>>4
[2025-03-09 20:40:03.260] [debug] Workspace created: 4
[2025-03-09 20:40:03.261] [debug] Creating workspace 4
[2025-03-09 20:40:03.262] [debug] hyprland IPC received createworkspacev2>>4,4
[2025-03-09 20:40:03.263] [debug] hyprland IPC received workspace>>4
[2025-03-09 20:40:03.264] [debug] hyprland IPC received workspacev2>>4,4
[2025-03-09 20:40:03.265] [debug] hyprland IPC received destroyworkspace>>3
[2025-03-09 20:40:03.265] [debug] Removing workspace 3
[2025-03-09 20:40:03.266] [debug] hyprland IPC received destroyworkspacev2>>3,3
[2025-03-09 20:40:03.968] [debug] hyprland IPC received activewindow>>kitty,waybar -l debug > wa ~/.d/waybar
[2025-03-09 20:40:03.969] [debug] hyprland IPC received activewindowv2>>5f5ce4214e20
[2025-03-09 20:40:03.970] [debug] hyprland IPC received workspace>>10
[2025-03-09 20:40:03.971] [debug] hyprland IPC received workspacev2>>10,10
[2025-03-09 20:40:03.974] [debug] hyprland IPC received activelayout>>hl-virtual-keyboard,English (US)
[2025-03-09 20:40:03.977] [debug] hyprland IPC received activelayout>>hl-virtual-keyboard,English (US)
[2025-03-09 20:40:03.978] [debug] hyprland IPC received destroyworkspace>>4
[2025-03-09 20:40:03.979] [debug] Removing workspace 4
[2025-03-09 20:40:03.979] [debug] hyprland IPC received destroyworkspacev2>>4,4
[2025-03-09 20:40:06.893] [info] Quitting.
[2025-03-09 20:40:06.900] [debug] Received SIGCHLD in signalThread
[2025-03-09 20:40:06.900] [debug] Cmd killed by 15
[2025-03-09 20:40:06.902] [info] Hyprland IPC stopping...
[2025-03-09 20:40:06.903] [debug] Hyprland IPC stopped

试试waybar -l debug > waybar.log 看看调试信息 能不能找到

@syx-413
Copy link

syx-413 commented Mar 10, 2025

那可能就是冲突了, 我之前就是有一个剪辑软件 只要涉及到音频相关的 就崩溃了

@canmi21
Copy link
Author

canmi21 commented Mar 12, 2025

好像知道了,问题出在hyprland的全局模糊设置,目前 windowrulev2也无法控制,只能全局关闭解决,没有其他方案了,选择忽视了,等hyprland上游更新吧

@canmi21 canmi21 closed this as completed Mar 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants