Compare commits
2 Commits
f97ca9ccc4
...
008373bdc0
Author | SHA1 | Date | |
---|---|---|---|
|
008373bdc0 | ||
|
6386870219 |
12
flake.lock
generated
12
flake.lock
generated
@ -59,11 +59,11 @@
|
||||
]
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1708451036,
|
||||
"narHash": "sha256-tgZ38NummEdnXvxj4D0StHBzXgceAw8CptytHljH790=",
|
||||
"lastModified": 1708558280,
|
||||
"narHash": "sha256-w1ns8evB6N9VTrAojcdXLWenROtd77g3vyClrqeFdG8=",
|
||||
"owner": "nix-community",
|
||||
"repo": "home-manager",
|
||||
"rev": "517601b37c6d495274454f63c5a483c8e3ca6be1",
|
||||
"rev": "0b69d574162cfa6eb7919d5614a48d0185550891",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
@ -217,11 +217,11 @@
|
||||
},
|
||||
"nur": {
|
||||
"locked": {
|
||||
"lastModified": 1708551955,
|
||||
"narHash": "sha256-BI7+0KO4OfxzsEukk8Js1ce4ysJ4BS141ps07MNhO0s=",
|
||||
"lastModified": 1708559587,
|
||||
"narHash": "sha256-LVyCfkRZlPU2B3qqSY2tDGNvh6nuFSV+LgNfB6Evas8=",
|
||||
"owner": "nix-community",
|
||||
"repo": "nur",
|
||||
"rev": "0757452695e0d82544e47312e64b2f7a6211abde",
|
||||
"rev": "e7bd3c6040c831aaf6c0fbcfab17f42420129c17",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
@ -12,8 +12,10 @@
|
||||
width = "350";
|
||||
scale = "0";
|
||||
origin = "top-right";
|
||||
offset =
|
||||
"${config.colorScheme.palette.gaps-bar}x${config.colorScheme.palette.gaps-screen}";
|
||||
offset = "${
|
||||
toString ((lib.strings.toInt config.colorScheme.palette.gaps-bar)
|
||||
+ (lib.strings.toInt config.colorScheme.palette.gaps-screen))
|
||||
}x${config.colorScheme.palette.gaps-screen}";
|
||||
notification_limit = "0";
|
||||
progress_bar = "true";
|
||||
progress_bar_height = "10";
|
||||
|
@ -137,11 +137,11 @@
|
||||
windowrulev2 = float,title:^(File Operation Progress)$
|
||||
windowrulev2 = float,class:^(firefox)$,title:^(Picture-in-Picture)$
|
||||
windowrulev2 = pin,class:^(firefox)$,title:^(Picture-in-Picture)$
|
||||
windowrulev2 = nofullscreenrequest,class:^(firefox)$,title:^(Picture-in-Picture)$
|
||||
windowrulev2 = suppressevent fullscreen,class:^(firefox)$,title:^(Picture-in-Picture)$
|
||||
windowrulev2 = float,class:^(firefox)$,title:^(Firefox — Sharing Indicator)$
|
||||
windowrulev2 = nofullscreenrequest,class:^(firefox)$,title:^(Firefox — Sharing Indicator)$
|
||||
windowrulev2 = suppressevent fullscreen,class:^(firefox)$,title:^(Firefox — Sharing Indicator)$
|
||||
windowrulev2 = float,class:^(firefox)$,title:^(Extension:.* Mozilla Firefox)$
|
||||
windowrulev2 = nofullscreenrequest,class:^(firefox)$,title:^(Extension:.* Mozilla Firefox)$
|
||||
windowrulev2 = suppressevent fullscreen,class:^(firefox)$,title:^(Extension:.* Mozilla Firefox)$
|
||||
windowrulev2 = float,class:^(org.telegram.desktop)$,title:^(Media viewer)$
|
||||
windowrulev2 = center,class:^(org.telegram.desktop)$,title:^(Media viewer)$
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user