add backgrounds

This commit is contained in:
Leonardo Eugênio 2022-08-01 23:18:29 -03:00
parent 3b8b1383d2
commit 88b40816aa
5 changed files with 6 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 941 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 368 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 MiB

View file

@ -243,6 +243,7 @@ in {
home.file = {
# ".config/sway/config".source = ./sway;
".config/fish/conf.d/prompt.fish".source = ./fish_prompt.fish;
".local/share/backgrounds".source = ./backgrounds;
};
programs.alacritty = {
enable = true;
@ -567,6 +568,11 @@ in {
unfocused = client bg_color bg_color fg_color bg_color bg_color;
urgent = client alert alert fg_color alert alert;
};
output = {
"*" = {
bg = "${theme.background} fill";
};
};
input."type:touchpad" = {
# Disable While Typing
dwt = "disabled";