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
|
# layer=overlay
|
||||||
};
|
};
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
sway
|
||||||
|
swaybg
|
||||||
|
swaylock
|
||||||
|
|
||||||
waybar
|
waybar
|
||||||
dhist
|
dhist
|
||||||
bmenu
|
bmenu
|
||||||
|
|
|
@ -23,7 +23,7 @@ let
|
||||||
};
|
};
|
||||||
themes = {
|
themes = {
|
||||||
dark = {
|
dark = {
|
||||||
background = "~/.local/share/backgrounds/assembly_dark.png";
|
background = "~/.local/share/backgrounds/nixos_dark.png";
|
||||||
opacity = 98;
|
opacity = 98;
|
||||||
opacityHex = "ee";
|
opacityHex = "ee";
|
||||||
color = {
|
color = {
|
||||||
|
|
Loading…
Reference in a new issue