Remove patches for tabs with hyprland#4992

This commit is contained in:
outfoxxed 2024-03-06 03:17:08 -08:00
parent c192ea3017
commit 890443f504
No known key found for this signature in database
GPG key ID: 4C88A185FB89301E
2 changed files with 16 additions and 20 deletions

28
flake.lock generated
View file

@ -10,11 +10,11 @@
"xdph": "xdph"
},
"locked": {
"lastModified": 1709339717,
"narHash": "sha256-VXh6tiY1+Tmaz+dgUNE5IpWaFq4wbf/iCTHclGm33vA=",
"lastModified": 1709720053,
"narHash": "sha256-hR0RSeqFOXCggqbGhkFZT3ZAbGc2cAoeeyXU3V5J4hU=",
"owner": "hyprwm",
"repo": "Hyprland",
"rev": "b2c34404777ea0850f90f4c38f64484f03599d14",
"rev": "d6f1b151b2fe85ffbb131cbdd05acefc6a357e81",
"type": "github"
},
"original": {
@ -53,14 +53,18 @@
"nixpkgs": [
"hyprland",
"nixpkgs"
],
"systems": [
"hyprland",
"systems"
]
},
"locked": {
"lastModified": 1708005943,
"narHash": "sha256-9TT3xk++LI5/SPYgjYX34xZ4ebR93c1uerIq+SE/ues=",
"lastModified": 1708787654,
"narHash": "sha256-7ACgM3ZuAhPqurXHUvR2nWMRcnmzGGPjLK6q4DSTelI=",
"owner": "hyprwm",
"repo": "hyprlang",
"rev": "aeb3e012adc7b3235335c540b214b82267c2b983",
"rev": "0fce791ba2334aca183f2ed42399518947550d0d",
"type": "github"
},
"original": {
@ -71,11 +75,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1709479366,
"narHash": "sha256-n6F0n8UV6lnTZbYPl1A9q1BS0p4hduAv1mGAP17CVd0=",
"lastModified": 1708807242,
"narHash": "sha256-sRTRkhMD4delO/hPxxi+XwLqPn8BuUq6nnj4JqLwOu0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b8697e57f10292a6165a20f03d2f42920dfaf973",
"rev": "73de017ef2d18a04ac4bfd0c02650007ccb31c2a",
"type": "github"
},
"original": {
@ -144,11 +148,11 @@
]
},
"locked": {
"lastModified": 1706521509,
"narHash": "sha256-AInZ50acOJ3wzUwGzNr1TmxGTMx+8j6oSTzz4E7Vbp8=",
"lastModified": 1708696469,
"narHash": "sha256-shh5wmpeYy3MmsBfkm4f76yPsBDGk6OLYRVG+ARy2F0=",
"owner": "hyprwm",
"repo": "xdg-desktop-portal-hyprland",
"rev": "c06fd88b3da492b8f9067be021b9184f7012b5a8",
"rev": "1b713911c2f12b96c2574474686e4027ac4bf826",
"type": "github"
},
"original": {

View file

@ -53,11 +53,6 @@ Hy3TabBarEntry::Hy3TabBarEntry(Hy3TabBar& tab_bar, Hy3Node& node): tab_bar(tab_b
AVARDAMAGE_NONE
);
// !!! Can be removed after hyprland#4992
this->offset = -1.0f;
this->width = -1.0f;
this->vertical_pos = 1.0f;
this->focused.registerVar();
this->urgent.registerVar();
this->offset.registerVar();
@ -283,9 +278,6 @@ Hy3TabBar::Hy3TabBar() {
AVARDAMAGE_NONE
);
// !!! Can be removed after hyprland#4992
this->fade_opacity = 1.0f;
this->fade_opacity.registerVar();
this->fade_opacity.setUpdateCallback([this](void*) { this->dirty = true; });
}