updated eva-03
This commit is contained in:
@@ -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 ===
|
||||
|
||||
@@ -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)";
|
||||
|
||||
Reference in New Issue
Block a user