Add nixos wallpaper, switch to no longer using mpvpaper.
Compilation fix.
This commit is contained in:
@@ -23,7 +23,7 @@
|
|||||||
home.packages = [
|
home.packages = [
|
||||||
pkgs.legcord
|
pkgs.legcord
|
||||||
pkgs.libgtop
|
pkgs.libgtop
|
||||||
pkgs.mpvpaper
|
#pkgs.mpvpaper
|
||||||
# pkgs.hyprlandPlugins.hyprtrails
|
# pkgs.hyprlandPlugins.hyprtrails
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -45,7 +45,7 @@
|
|||||||
programs.alacritty = lib.mkForce {
|
programs.alacritty = lib.mkForce {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
window.opacity = 0.00;
|
window.opacity = 0.05;
|
||||||
# window.blur = true;
|
# window.blur = true;
|
||||||
font.normal = {
|
font.normal = {
|
||||||
family = "BigBlueTermPlus Nerd Font";
|
family = "BigBlueTermPlus Nerd Font";
|
||||||
@@ -261,7 +261,8 @@
|
|||||||
|
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/nord.yaml";
|
||||||
|
image = "$HOME/nixverse/nodes/hosts/common/wallpapers/nixos-wallpaper.png";
|
||||||
#image = ./qat02.png;
|
#image = ./qat02.png;
|
||||||
# Wipeout HD Theme
|
# Wipeout HD Theme
|
||||||
#image = ./wipeout.png;
|
#image = ./wipeout.png;
|
||||||
|
|||||||
BIN
nodes/hosts/common/wallpapers/nixos-wallpaper.png
Normal file
BIN
nodes/hosts/common/wallpapers/nixos-wallpaper.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 299 KiB |
@@ -24,9 +24,6 @@
|
|||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
settings = {
|
settings = {
|
||||||
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
|
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
|
||||||
exec-once = [
|
|
||||||
"mpvpaper -vfp -o 'no-audio no-keepaspect loop vf=lavfi=negate' eDP-1 /home/jay/nixverse/nodes/hosts/common/wallpapers/wipeout.mkv"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user