Skip to content

Commit

Permalink
🔧 Add monitor for laptop
Browse files Browse the repository at this point in the history
  • Loading branch information
mekb-turtle committed Jan 9, 2025
1 parent e688012 commit b456ce1
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/hyprlock.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions config/hyprpaper.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions hyprland.conf.d/monitors.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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)
Expand Down
1 change: 1 addition & 0 deletions scripts/convert-wallpaper
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b456ce1

Please sign in to comment.