updated eva-03

This commit is contained in:
2025-09-11 14:42:01 -07:00
parent e98d4893f7
commit 9fca17e4a4
4 changed files with 39 additions and 24 deletions
+2 -2
View File
@@ -1,4 +1,4 @@
{ config, ... }:
{ config, configPath, ... }:
{
wayland.windowManager.hyprland = {
enable = true;
@@ -13,7 +13,7 @@
"ghostty"
"swww-daemon"
"eww daemon"
#"swww img ${configPath}/assets/ena/wallpaper.png"
"swww img ${configPath}/assets/ena/wallpaper.png"
];
# === Input settings ===
+2 -2
View File
@@ -11,14 +11,14 @@
};
background = [
{
#path = "${configPath}/assets/ena/wallpaper.png";
path = "${configPath}/assets/ena/wallpaper.png";
blur_passes = 3;
blur_size = 8;
}
];
image = [
{
#path = "${configPath}/assets/pfp.jpg";
path = "${configPath}/assets/pfp.jpg";
size = 150;
border_size = 4;
border_color = "rgb(0C96F9)";