add backgrounds
This commit is contained in:
parent
3b8b1383d2
commit
88b40816aa
5 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue