pictures!

This commit is contained in:
Casper V. Kristensen 2023-08-14 01:46:41 +02:00
parent 858dede5fa
commit eb0722daad
3 changed files with 17 additions and 3 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

View file

@ -20,8 +20,12 @@
dwt = "disabled"; # don't disable-while-typing
};
"type:pointer" = {
# pointer_accel = "0.8"; # pointer SPEED, not acceleration
# accel_profile = "flat";
pointer_accel = "0.1"; # pointer SPEED, not acceleration
};
};
output = {
"*" = {
bg = "${./img/background.png} fill";
};
};
modifier = "Mod4"; # super
@ -47,6 +51,9 @@
"XF86AudioNext" = "exec 'playerctl next'";
"XF86AudioPrev" = "exec 'playerctl previous'";
};
focus = {
followMouse = "no";
};
terminal = "alacritty";
workspaceAutoBackAndForth = true;
bars = [{ command = "${pkgs.waybar}/bin/waybar"; }];
@ -95,9 +102,16 @@
};
};
programs.swaylock = {
enable = true;
settings = {
image = "${./img/lockscreen.png}";
};
};
services.swayidle =
let
lock = "${pkgs.swaylock}/bin/swaylock --daemonize --color=333333";
lock = "${pkgs.swaylock}/bin/swaylock --daemonize";
in
{
enable = true;