Added: ZapZap (WhatsApp)

This commit is contained in:
2025-04-08 19:51:19 +02:00
parent 70dac1dc0d
commit c52be4f71b
8 changed files with 68 additions and 51 deletions

View File

@@ -9,7 +9,7 @@ let
in
{
home.packages = with pkgs; [
hyprland
grim
slurp
wl-clipboard
];
@@ -94,8 +94,8 @@ in
gaps_out = 16;
border_size = 4;
"col.active_border" = "0xFFF887FF";
"col.inactive_border" = "0xFFDE004E";
"col.active_border" = "$green";
"col.inactive_border" = "$red";
layout = "dwindle";
@@ -111,14 +111,8 @@ in
range = 16;
render_power = 4;
ignore_window = true;
color = "0xFFF887FF";
color_inactive = "0xFFDE004E";
#drop_shadow = "yes";
#shadow_range = 16;
#shadow_render_power = 4;
#shadow_ignore_window = 1;
#"col.shadow" = "0xFFF887FF";
#"col.shadow_inactive" = "0xFFDE004E";
color = "$green";
color_inactive = "$red";
};
blur = {
@@ -239,7 +233,8 @@ in
# Screenshot
''${super}, Z, exec, grim -g "$(slurp)" $HOME/Pictures/Screenshots/$(date +'%s_grim.png')''
];
''${super}, U, exec, grim $HOME/Pictures/Screenshots/$(date +'%s_grim.png')''
];
bindl = [
#", XF86AudioMute, exec, amixer set Master toggle