chore: update flake.lock
This commit is contained in:
parent
f70762d388
commit
311db763d6
3 changed files with 19 additions and 16 deletions
30
flake.lock
generated
30
flake.lock
generated
|
@ -313,11 +313,11 @@
|
|||
"xdph": "xdph"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1697830367,
|
||||
"narHash": "sha256-BEi+DbGodETt9zAqG19T2pNCo2lPVVtipfQJ4AquwSM=",
|
||||
"lastModified": 1697896363,
|
||||
"narHash": "sha256-t8AYNFBWl2d1bLmAE4qW7sY6eGgwPtYvbcUE4Y/QrSM=",
|
||||
"owner": "hyprwm",
|
||||
"repo": "Hyprland",
|
||||
"rev": "4a79718fe8e4601983797d254cce39960827cb02",
|
||||
"rev": "a61eb7694df25a75f45502ed64b1536fda370c1d",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -380,11 +380,11 @@
|
|||
},
|
||||
"locked": {
|
||||
"dir": "contrib",
|
||||
"lastModified": 1697805347,
|
||||
"narHash": "sha256-81F8SDf8T2UafVLSi1dZaFRTdQpjN95drIhJANYo1sA=",
|
||||
"lastModified": 1697844079,
|
||||
"narHash": "sha256-IJb1Xo5GdtCg0/CiWx+eq1R8r83oW9Gl5i88IdkWGa4=",
|
||||
"owner": "neovim",
|
||||
"repo": "neovim",
|
||||
"rev": "6c87d3e0fbf88ae693be11a3ede3a1ec6ec0e30e",
|
||||
"rev": "7a6e27958a80b3aebb1335b78aa81c26c79b7f37",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -403,11 +403,11 @@
|
|||
"nixpkgs": "nixpkgs_3"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1697807109,
|
||||
"narHash": "sha256-A/JemGssm4pfPlqCSLuJRYHvX9Dp4drJnLuBwPeAi+k=",
|
||||
"lastModified": 1697846499,
|
||||
"narHash": "sha256-BVx7uzdKzzLCs+0skw7EwJJoZJlGbFd/n5DhbmuMWDE=",
|
||||
"owner": "nix-community",
|
||||
"repo": "neovim-nightly-overlay",
|
||||
"rev": "29b5f1c2aef88e2b6f41a9d529e50b24802fdb7d",
|
||||
"rev": "7df3a41d1792b59df111c829e9f6b8407bfdf1a4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -605,11 +605,11 @@
|
|||
"nixpkgs": "nixpkgs_7"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1697834211,
|
||||
"narHash": "sha256-PMSgEML6xs+yhgqytuBIIO98CAjkup9dEHUljnmWJkI=",
|
||||
"lastModified": 1697891223,
|
||||
"narHash": "sha256-pw8aoCDnnEB7E+LvWKpKCmEzMAiNYVYHBVESJVLUy4E=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nixpkgs-wayland",
|
||||
"rev": "95eccd7ecead085fb419309dc9f351a3d252aaa7",
|
||||
"rev": "cd1059d817193ce526b3f617bd5d93c1ea8ba7b7",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -716,11 +716,11 @@
|
|||
},
|
||||
"nur": {
|
||||
"locked": {
|
||||
"lastModified": 1697826327,
|
||||
"narHash": "sha256-ZIn8FPKcCVQNgEDeIldXcbPUH5G4Mn8cQfD2/P8lDXE=",
|
||||
"lastModified": 1697905355,
|
||||
"narHash": "sha256-EgbgUX9TGD1z/ZIB/AOL8lyb6ZsmJCxHCs+3C8WMp90=",
|
||||
"owner": "nix-community",
|
||||
"repo": "NUR",
|
||||
"rev": "ec75f6875198259bfbb7ef78c178481c0e057ea3",
|
||||
"rev": "70ee6e93df6f6f5a59f4f6d1ed8dfa6fe371d3a4",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -17,7 +17,9 @@ export default ({
|
|||
...props,
|
||||
|
||||
child: Box({
|
||||
style: 'min-height:1px; min-width:1px',
|
||||
style: `min-height:1px;
|
||||
min-width:1px;
|
||||
padding: 1px;`,
|
||||
child: Revealer({
|
||||
transition,
|
||||
transitionDuration: 500,
|
||||
|
|
|
@ -128,6 +128,7 @@ const NotificationCenterWidget = () => Box({
|
|||
Box({
|
||||
className: 'notification-wallpaper-box',
|
||||
children: [
|
||||
// FIXME: doesn't behave like scrollable??
|
||||
Scrollable({
|
||||
className: 'notification-list-box',
|
||||
hscroll: 'never',
|
||||
|
|
Loading…
Add table
Reference in a new issue