diff --git a/config/hyprlock.conf b/config/hyprlock.conf index 216f369..f623507 100644 --- a/config/hyprlock.conf +++ b/config/hyprlock.conf @@ -28,6 +28,12 @@ background { path = $HOME/.wallpapers/3-adjusted.png } +background { + monitor = eDP-1 + color = $base # fallback + path = $HOME/.wallpapers/4-adjusted.png +} + # label { # # user name # monitor = $monitor diff --git a/config/hyprpaper.conf b/config/hyprpaper.conf index 48c41c9..617d8c2 100644 --- a/config/hyprpaper.conf +++ b/config/hyprpaper.conf @@ -5,6 +5,7 @@ preload = ~/.wallpapers/3-adjusted.png wallpaper = HDMI-A-1, ~/.wallpapers/1-adjusted.png wallpaper = DP-2, ~/.wallpapers/2-adjusted.png wallpaper = DP-1, ~/.wallpapers/3-adjusted.png +wallpaper = eDP-1, ~/.wallpapers/4-adjusted.png splash = false ipc = off diff --git a/hyprland.conf.d/monitors.conf b/hyprland.conf.d/monitors.conf index 3d51e1c..515718d 100644 --- a/hyprland.conf.d/monitors.conf +++ b/hyprland.conf.d/monitors.conf @@ -5,6 +5,7 @@ monitor=HDMI-A-1,1920x1080@240,0x0,1 #monitor=DP-2,1920x1080@60,1920x980,1 monitor=DP-2,1920x1080@60,1920x-308,1,transform,3 monitor=DP-1,1920x1080@180,-294x-1080,1 +monitor=eDP-1,1920x1080@60,0x1080,1.5 monitor=HEADLESS-1,1920x1080@60,2700x2160,1 #monitor=HDMI-A-1,1920x1080@60,0x908,1 @@ -13,6 +14,7 @@ monitor=HEADLESS-1,1920x1080@60,2700x2160,1 monitor=HDMI-A-1,addreserved,0,0,0,0 monitor=DP-2,addreserved,0,0,0,0 monitor=DP-1,addreserved,0,0,0,0 +monitor=eDP-1,addreserved,0,0,0,0 monitor=HEADLESS-1,addreserved,0,0,0,0 # Workspaces (change this) diff --git a/scripts/convert-wallpaper b/scripts/convert-wallpaper index 0b0f962..1d66456 100755 --- a/scripts/convert-wallpaper +++ b/scripts/convert-wallpaper @@ -26,5 +26,6 @@ convert() { convert ~/.wallpapers/1 HDMI-A-1 ~/.wallpapers/1-adjusted.png convert ~/.wallpapers/2 DP-2 ~/.wallpapers/2-adjusted.png convert ~/.wallpapers/3 DP-1 ~/.wallpapers/3-adjusted.png +convert ~/.wallpapers/3 eDP-1 ~/.wallpapers/4-adjusted.png rewallpaper # update the wallpapers