Compare commits
3 Commits
ef77cf720b
...
a3023f51b7
| Author | SHA1 | Date | |
|---|---|---|---|
|
a3023f51b7
|
|||
|
7733cb5ae7
|
|||
|
b2ce27fdf2
|
Binary file not shown.
20
flake.lock
generated
20
flake.lock
generated
@@ -281,7 +281,9 @@
|
|||||||
"nixpkgs": [
|
"nixpkgs": [
|
||||||
"nixpkgs"
|
"nixpkgs"
|
||||||
],
|
],
|
||||||
"nixpkgs-stable": "nixpkgs-stable",
|
"nixpkgs-stable": [
|
||||||
|
"nixpkgs"
|
||||||
|
],
|
||||||
"xwayland-satellite-stable": "xwayland-satellite-stable",
|
"xwayland-satellite-stable": "xwayland-satellite-stable",
|
||||||
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
|
"xwayland-satellite-unstable": "xwayland-satellite-unstable"
|
||||||
},
|
},
|
||||||
@@ -387,22 +389,6 @@
|
|||||||
"type": "github"
|
"type": "github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"nixpkgs-stable": {
|
|
||||||
"locked": {
|
|
||||||
"lastModified": 1747209494,
|
|
||||||
"narHash": "sha256-fLise+ys+bpyjuUUkbwqo5W/UyIELvRz9lPBPoB0fbM=",
|
|
||||||
"owner": "NixOS",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"rev": "5d736263df906c5da72ab0f372427814de2f52f8",
|
|
||||||
"type": "github"
|
|
||||||
},
|
|
||||||
"original": {
|
|
||||||
"owner": "NixOS",
|
|
||||||
"ref": "nixos-24.11",
|
|
||||||
"repo": "nixpkgs",
|
|
||||||
"type": "github"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"pre-commit-hooks-nix": {
|
"pre-commit-hooks-nix": {
|
||||||
"inputs": {
|
"inputs": {
|
||||||
"flake-compat": [
|
"flake-compat": [
|
||||||
|
|||||||
@@ -48,6 +48,7 @@
|
|||||||
niri = {
|
niri = {
|
||||||
url = "github:sodiboo/niri-flake";
|
url = "github:sodiboo/niri-flake";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
inputs.nixpkgs-stable.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
@@ -13,12 +13,16 @@
|
|||||||
origin = "top-right";
|
origin = "top-right";
|
||||||
|
|
||||||
# 0 is the most opaque, 100 is completely transparent
|
# 0 is the most opaque, 100 is completely transparent
|
||||||
transparency = 40;
|
transparency = 60;
|
||||||
|
|
||||||
# have consistancy between niri frame color and dunst
|
# have consistancy between niri frame color and dunst
|
||||||
frame_color = config.programs.niri.settings.layout.focus-ring.active.color;
|
frame_color = config.programs.niri.settings.layout.focus-ring.active.color;
|
||||||
|
|
||||||
|
background = "#404040";
|
||||||
|
|
||||||
font = "JetBrains Mono Nerd Font 9";
|
font = "JetBrains Mono Nerd Font 9";
|
||||||
|
|
||||||
|
corner_radius = 10;
|
||||||
};
|
};
|
||||||
|
|
||||||
urgency_normal = {
|
urgency_normal = {
|
||||||
|
|||||||
Reference in New Issue
Block a user