Compare commits

...

2 commits

Author SHA1 Message Date
690a034175 chore: update flake.lock 2023-10-07 21:02:26 -04:00
717d53ca9c chore(ags): prepare for next update 2023-10-07 21:02:23 -04:00
7 changed files with 26 additions and 24 deletions

View file

@ -19,7 +19,7 @@ import { Revealer } from './fullscreen.js';
export const Bar = Window({ export const Bar = Window({
name: 'bar', name: 'bar',
layer: 'overlay', layer: 'overlay',
anchor: 'top left right', anchor: [ 'top', 'left', 'right' ],
exclusive: true, exclusive: true,
child: Revealer({ child: Revealer({
child: CenterBox({ child: CenterBox({

View file

@ -76,8 +76,9 @@ export const Calendar = Window({
name: 'calendar', name: 'calendar',
layer: 'overlay', layer: 'overlay',
popup: true, popup: true,
anchor: 'top right', anchor: [ 'top', 'right' ],
margin: [ 8, 182, 0, 0], margin: [ 8, 182, 0, 0],
child: PopUp({ child: PopUp({
name: 'calendar', name: 'calendar',
child: Box({ child: Box({

View file

@ -22,7 +22,7 @@ export const Closer = Window({
name: 'closer', name: 'closer',
popup: true, popup: true,
layer: 'top', layer: 'top',
anchor: 'top bottom left right', anchor: [ 'top', 'bottom', 'left', 'right' ],
child: EventBox({ child: EventBox({
onPrimaryClickRelease: () => closeAll(), onPrimaryClickRelease: () => closeAll(),

View file

@ -138,9 +138,10 @@ const NotificationCenterWidget = Box({
export const NotificationCenter = Window({ export const NotificationCenter = Window({
name: 'notification-center', name: 'notification-center',
layer: 'overlay', layer: 'overlay',
anchor: 'top right', anchor: [ 'top', 'right' ],
popup: true, popup: true,
margin: [ 8, 60, 0, 0 ], margin: [ 8, 60, 0, 0 ],
child: PopUp({ child: PopUp({
name: 'notification-center', name: 'notification-center',
child: NotificationCenterWidget, child: NotificationCenterWidget,

View file

@ -82,6 +82,6 @@ const PopupList = ({ transition = 'none' } = {}) => Box({
export const NotificationsPopupList = Window({ export const NotificationsPopupList = Window({
name: `notifications`, name: `notifications`,
anchor: 'top left', anchor: [ 'top', 'left' ],
child: PopupList(), child: PopupList(),
}); });

View file

@ -72,7 +72,7 @@ const QuickSettingsWidget = Box({
export const QuickSettings = Window({ export const QuickSettings = Window({
name: 'quick-settings', name: 'quick-settings',
layer: 'overlay', layer: 'overlay',
anchor: 'top right', anchor: [ 'top', 'right' ],
popup: true, popup: true,
margin: [ 8, 5, 0, ], margin: [ 8, 5, 0, ],
child: PopUp({ child: PopUp({

View file

@ -5,11 +5,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1696591079, "lastModified": 1696707874,
"narHash": "sha256-STOR50PqflT93IBOSt45NudeyqJRX8gHAijAlK/ns68=", "narHash": "sha256-HDA68fAiP2fz1UDljrwtgpQl7RPaC05WTfLQ77XShD4=",
"owner": "Aylur", "owner": "Aylur",
"repo": "ags", "repo": "ags",
"rev": "e8e8212803e098fc0ed8a074bca944ed66a34792", "rev": "25f09733ff1fdf6ff8bca061ffe1696fcf755e0d",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -198,11 +198,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1696211598, "lastModified": 1696726006,
"narHash": "sha256-a+6Kkutc3LjI79Ui+DkwnbQnTFcto8rwoPOit/8AHEQ=", "narHash": "sha256-EBFiAhnFyArOgAYdieXdyXRlNRq/7Jry1qm2ODWKSFc=",
"owner": "horriblename", "owner": "horriblename",
"repo": "hyprgrass", "repo": "hyprgrass",
"rev": "786cfa5dd2ecbbff43a123063db4a3f1a8f42c93", "rev": "e35f613d074f08bf5fcbe7920e0dbe0dcd10b754",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -268,11 +268,11 @@
}, },
"locked": { "locked": {
"dir": "contrib", "dir": "contrib",
"lastModified": 1696633315, "lastModified": 1696708950,
"narHash": "sha256-7Wy+9vI1JroBBewK9aOK4lg7rP9cUOQKf1tLJJeG4CQ=", "narHash": "sha256-fUx6Huvku7yYM3KLrEM755NEyr+LzVM6av1LQCb6lM4=",
"owner": "neovim", "owner": "neovim",
"repo": "neovim", "repo": "neovim",
"rev": "7e9407490c51da5e677e5aea5eb48200600effbc", "rev": "6823fdb20b1330142506410a62474166f646bf13",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -291,11 +291,11 @@
"nixpkgs": "nixpkgs_4" "nixpkgs": "nixpkgs_4"
}, },
"locked": { "locked": {
"lastModified": 1696636891, "lastModified": 1696723294,
"narHash": "sha256-vg2+p1HSJVBMHC+KYlgsHWWfa6am259IMZ5X5XYDFa4=", "narHash": "sha256-QTzC9JFa6zL0/vTRsCscgUd6qmFL9rnh0CX0rFX5fLU=",
"owner": "nix-community", "owner": "nix-community",
"repo": "neovim-nightly-overlay", "repo": "neovim-nightly-overlay",
"rev": "439e87235a381df11ecf61bf1c107f1ff10bb30b", "rev": "440d2e88bc4c38c27c8ee63e0e4c0520138487e5",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -372,11 +372,11 @@
}, },
"nixpkgs_4": { "nixpkgs_4": {
"locked": { "locked": {
"lastModified": 1696577711, "lastModified": 1696661029,
"narHash": "sha256-94VRjvClIKDym1QRqPkX5LTQoAwZ1E6QE/3dWtOXSIQ=", "narHash": "sha256-GIB5VTkvsDIqfMpdtuetOzpm64P8wm8nBSv5Eo8XM3Y=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a2eb207f45e4a14a1e3019d9e3863d1e208e2295", "rev": "2de1be5b51c3d6fa833f1c1f222dc867dd054b31",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -388,11 +388,11 @@
}, },
"nixpkgs_5": { "nixpkgs_5": {
"locked": { "locked": {
"lastModified": 1696375444, "lastModified": 1696604326,
"narHash": "sha256-Sv0ICt/pXfpnFhTGYTsX6lUr1SljnuXWejYTI2ZqHa4=", "narHash": "sha256-YXUNI0kLEcI5g8lqGMb0nh67fY9f2YoJsILafh6zlMo=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "81e8f48ebdecf07aab321182011b067aafc78896", "rev": "87828a0e03d1418e848d3dd3f3014a632e4a4f64",
"type": "github" "type": "github"
}, },
"original": { "original": {