add backgrounds
This commit is contained in:
parent
3b8b1383d2
commit
88b40816aa
BIN
user/backgrounds/Endless-shapes.jpg
Normal file
BIN
user/backgrounds/Endless-shapes.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 941 KiB |
BIN
user/backgrounds/assembly_dark.png
Normal file
BIN
user/backgrounds/assembly_dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 368 KiB |
BIN
user/backgrounds/austria.jpg
Normal file
BIN
user/backgrounds/austria.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 MiB |
BIN
user/backgrounds/interjection_dark.jpg
Normal file
BIN
user/backgrounds/interjection_dark.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.1 MiB |
|
@ -243,6 +243,7 @@ in {
|
||||||
home.file = {
|
home.file = {
|
||||||
# ".config/sway/config".source = ./sway;
|
# ".config/sway/config".source = ./sway;
|
||||||
".config/fish/conf.d/prompt.fish".source = ./fish_prompt.fish;
|
".config/fish/conf.d/prompt.fish".source = ./fish_prompt.fish;
|
||||||
|
".local/share/backgrounds".source = ./backgrounds;
|
||||||
};
|
};
|
||||||
programs.alacritty = {
|
programs.alacritty = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -567,6 +568,11 @@ in {
|
||||||
unfocused = client bg_color bg_color fg_color bg_color bg_color;
|
unfocused = client bg_color bg_color fg_color bg_color bg_color;
|
||||||
urgent = client alert alert fg_color alert alert;
|
urgent = client alert alert fg_color alert alert;
|
||||||
};
|
};
|
||||||
|
output = {
|
||||||
|
"*" = {
|
||||||
|
bg = "${theme.background} fill";
|
||||||
|
};
|
||||||
|
};
|
||||||
input."type:touchpad" = {
|
input."type:touchpad" = {
|
||||||
# Disable While Typing
|
# Disable While Typing
|
||||||
dwt = "disabled";
|
dwt = "disabled";
|
||||||
|
|
Loading…
Reference in a new issue