mirror of
https://github.com/blahai/nyx.git
synced 2025-06-15 10:53:03 -04:00
a bunch of hm stuff I cba to split into diff commits
This commit is contained in:
parent
cd751d53c0
commit
ce0cc5229c
13 changed files with 100 additions and 393 deletions
|
@ -5,7 +5,6 @@
|
|||
./hyprland/keybinds.nix
|
||||
./hyprland/execs.nix
|
||||
./hyprlock.nix
|
||||
../ags/default.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
@ -16,7 +15,6 @@
|
|||
brightnessctl
|
||||
xwayland
|
||||
swww
|
||||
mpvpaper
|
||||
grim
|
||||
slurp
|
||||
libnotify
|
||||
|
@ -54,10 +52,10 @@
|
|||
|
||||
general = {
|
||||
# Gaps and border
|
||||
gaps_in = 4;
|
||||
gaps_out = 5;
|
||||
gaps_workspaces = 50;
|
||||
border_size = 3;
|
||||
gaps_in = 8;
|
||||
gaps_out = 8;
|
||||
gaps_workspaces = 0;
|
||||
border_size = 2;
|
||||
|
||||
# Fallback colours
|
||||
"col.active_border" = "rgba(0DB7D4FF)";
|
||||
|
@ -83,10 +81,10 @@
|
|||
xray = true;
|
||||
special = true;
|
||||
new_optimizations = true;
|
||||
size = 14;
|
||||
passes = 4;
|
||||
size = 2;
|
||||
passes = 2;
|
||||
brightness = 1;
|
||||
noise = 0.05;
|
||||
noise = 1.17e-2;
|
||||
contrast = 1;
|
||||
popups = true;
|
||||
popups_ignorealpha = 0.6;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue