fix: hyprland config
This commit is contained in:
parent
cc8415a775
commit
2fa8c8c00b
3 changed files with 120 additions and 7 deletions
|
|
@ -37,11 +37,11 @@
|
|||
inactive_opacity = 1.0;
|
||||
fullscreen_opacity = 1.0;
|
||||
rounding = 5;
|
||||
blur = true;
|
||||
blur_size = 5;
|
||||
blur_passes = 3;
|
||||
blur_new_optimizations = true;
|
||||
blur_ignore_opacity = true;
|
||||
blur = {
|
||||
enabled = false;
|
||||
new_optimizations = true;
|
||||
ignore_opacity = true;
|
||||
};
|
||||
drop_shadow = true;
|
||||
shadow_range = 12;
|
||||
shadow_offset = "3 3";
|
||||
|
|
|
|||
|
|
@ -8,12 +8,12 @@
|
|||
./starship.nix
|
||||
./joshuto
|
||||
./helix
|
||||
./live-buds-cli.nix
|
||||
# ./live-buds-cli.nix
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
bc # Calculator
|
||||
ncdu # disk util
|
||||
exa # Ls
|
||||
eza # Ls
|
||||
fd # Find
|
||||
ripgrep # Better grep
|
||||
httpie # Better curl
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue