add new background
This commit is contained in:
parent
2692a77561
commit
5116ebbe0c
BIN
user/backgrounds/nixos_dark.png
Normal file
BIN
user/backgrounds/nixos_dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 164 KiB |
|
@ -412,6 +412,10 @@ in {
|
|||
# layer=overlay
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
sway
|
||||
swaybg
|
||||
swaylock
|
||||
|
||||
waybar
|
||||
dhist
|
||||
bmenu
|
||||
|
|
|
@ -23,7 +23,7 @@ let
|
|||
};
|
||||
themes = {
|
||||
dark = {
|
||||
background = "~/.local/share/backgrounds/assembly_dark.png";
|
||||
background = "~/.local/share/backgrounds/nixos_dark.png";
|
||||
opacity = 98;
|
||||
opacityHex = "ee";
|
||||
color = {
|
||||
|
|
Loading…
Reference in a new issue