pictures!
This commit is contained in:
parent
858dede5fa
commit
eb0722daad
BIN
modules/desktop/img/background.png
Normal file
BIN
modules/desktop/img/background.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.7 MiB |
BIN
modules/desktop/img/lockscreen.png
Normal file
BIN
modules/desktop/img/lockscreen.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 128 KiB |
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue