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

borderangle not looping for me anymore #9313

Closed
5 of 6 tasks
takardo opened this issue Feb 3, 2025 · 1 comment
Closed
5 of 6 tasks

borderangle not looping for me anymore #9313

takardo opened this issue Feb 3, 2025 · 1 comment
Labels
bug Something isn't working

Comments

@takardo
Copy link

takardo commented Feb 3, 2025

Already reported ? *

  • I have searched the existing open and closed issues.

Regression?

Definitely a regression - something broke after update (requires bisect)

System Info and Hyprland Version

Working Version
<WORKING

$ Hyprland --systeminfo
Hyprland 0.46.2 built from branch  at commit  dirty ().
Date:
Tag: , commits:
built against:
 aquamarine 0.5.1
 hyprlang 0.5.3
 hyprutils 0.2.6
 hyprcursor 0.1.10
 hyprgraphics 0.1.1

System Information:
System name: Linux
Node name: localhost.localdomain
Release: 6.12.10-1-default
Version: #1 SMP PREEMPT_DYNAMIC Sat Jan 18 08:45:07 UTC 2025 (a1e0c36)

GPU information:
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation AD104 [GeForce RTX 4070 SUPER] [10de:2783] (rev a1) (prog-if 00 [VGA controller])
NVRM version: NVIDIA UNIX x86_64 Kernel Module  565.77  Wed Nov 27 23:33:08 UTC 2024

os-release: NAME="openSUSE Tumbleweed"
# VERSION="20250121"
ID="opensuse-tumbleweed"
ID_LIKE="opensuse suse"
VERSION_ID="20250121"
PRETTY_NAME="openSUSE Tumbleweed"
ANSI_COLOR="0;32"
# CPE 2.3 format, boo#1217921
CPE_NAME="cpe:2.3:o:opensuse:tumbleweed:20250121:*:*:*:*:*:*:*"
#CPE 2.2 format
#CPE_NAME="cpe:/o:opensuse:tumbleweed:20250121"
BUG_REPORT_URL="https://bugzilla.opensuse.org"
SUPPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org"
DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed"
LOGO="distributor-logo-Tumbleweed"

plugins:

 Kernel: 6.12.10-1-default
 CPU: AMD Ryzen 7 7700X (16) @ 5.573GHz
 GPU: NVIDIA GeForce RTX 4070 SUPER
 NVIDIA-SMI 565.77>
Not Working Version
<
 $ hyprland --systeminfo
Hyprland 0.47.1 built from branch  at commit  dirty ().
Date:
Tag: , commits:
built against:
 aquamarine 0.7.2
 hyprlang 0.6.0
 hyprutils 0.5.0
 hyprcursor 0.1.10
 hyprgraphics 0.1.1

no flags were set

System Information:
System name: Linux
Node name: localhost.localdomain
Release: 6.13.0-1-default
Version: #1 SMP PREEMPT_DYNAMIC Mon Jan 20 07:26:08 UTC 2025 (1513344)

GPU information:
01:00.0 VGA compatible controller [0300]: NVIDIA Corporation AD104 [GeForce RTX 4070 SUPER] [10de:2783] (rev a1) (prog-if 00 [VGA controller])
NVRM version: NVIDIA UNIX x86_64 Kernel Module  570.86.16  Fri Jan 24 21:25:51 UTC 2025

os-release: NAME="openSUSE Tumbleweed"
# VERSION="20250130"
ID="opensuse-tumbleweed"
ID_LIKE="opensuse suse"
VERSION_ID="20250130"
PRETTY_NAME="openSUSE Tumbleweed"
ANSI_COLOR="0;32"
# CPE 2.3 format, boo#1217921
CPE_NAME="cpe:2.3:o:opensuse:tumbleweed:20250130:*:*:*:*:*:*:*"
#CPE 2.2 format
#CPE_NAME="cpe:/o:opensuse:tumbleweed:20250130"
BUG_REPORT_URL="https://bugzilla.opensuse.org"
SUPPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.opensuse.org"
DOCUMENTATION_URL="https://en.opensuse.org/Portal:Tumbleweed"
LOGO="distributor-logo-Tumbleweed"

plugins:
        unknown: not runtime

        Kernel: 6.13.0-1-default
        CPU: AMD Ryzen 7 7700X (16) @ 5.573GHz
        GPU: NVIDIA GeForce RTX 4070 SUPER
        NVIDIA-SMI 570.86.16>

Description

this used to loop my border colors endlessly and now they stop after the first animation.

        'bezier = linear, 0.0, 0.0, 1.0, 1.0'
        'animation = border, 1, 5, default'
        'animation = borderangle, 1, 200, linear, loop'

along with this in an sh file for exec-once at login

hyprctl keyword general:col.active_border \ 0xffABE9B3 0xffDDB6F2 0xff96CDFB 0xffF8BD96 0xffF9E2AF 0xffF28FAD 0xffA286FD 0xffABE9B3 0xffDDB6F2 0xff96CDFB 180deg

hyprctl keyword general:col.inactive_border \ 0xffABE9B3 0xffDDB6F2 0xff96CDFB 0xffF8BD96 0xffF9E2AF 0xffF28FAD 0xffA286FD 0xffABE9B3 0xffDDB6F2 0xff96CDFB 180deg

How to reproduce

Use this config for borderangle and the border colors only play through one animation.

Attach not paste

  • I understand that all text files must be attached, and not pasted directly. If not respected, this issue will likely get closed as spam

Checklist of files to include below

  • Hyprland config - hyprctl systeminfo -c (always include)
  • Crash report (always include in case of crash)
  • Video (always include in case of a visual bug)
  • Logs (might contain useful info such as errors)

Additional info & File uploads

hyprland_config_dump.txt

hyprlandCrashReport6794.txt

@takardo takardo added the bug Something isn't working label Feb 3, 2025
@PaideiaDilemma
Copy link
Contributor

Fixed with #9272

@takardo takardo closed this as completed Feb 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants