Compare commits

...

3 Commits

Author SHA1 Message Date
a3023f51b7 format wifi passwords file 2025-05-15 23:16:17 -07:00
7733cb5ae7 dunst: theme changes 2025-05-15 23:15:48 -07:00
b2ce27fdf2 niri: override nixpkgs-stable 2025-05-15 22:21:46 -07:00
4 changed files with 9 additions and 18 deletions

Binary file not shown.

20
flake.lock generated
View File

@@ -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": [

View File

@@ -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";
}; };
}; };

View File

@@ -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 = {