wayland: update programs

This commit is contained in:
notohh 2024-05-02 01:07:49 -04:00
parent 9af17e87ff
commit e8d983a731
Signed by: notohh
GPG key ID: BD47506D475EE86D
3 changed files with 7 additions and 7 deletions

View file

@ -3,9 +3,9 @@
settings = {
monitor = [
"HDMI-A-1,1920x1080@60, 3640x560, auto, transform, 3" #right
"DP-1,1920x1080@60, 0x560, auto, transform, 1" #left
"DP-3,1920x1080@60, 0x560, auto, transform, 1" #left
"DP-2,2560x1440@144, 1080x1080, auto" #middle
"DP-3,1920x1080@144, 1400x0, auto" #top
"DP-1,1920x1080@144, 1400x0, auto" #top
];
exec-once = [
"eww open bar"

View file

@ -14,21 +14,21 @@
brightness = 0.5;
}
{
monitor = "DP-1";
monitor = "DP-3";
path = verticalWallpaper;
blur_passes = 3;
blur_size = 4;
brightness = 0.5;
}
{
monitor = "DP-2";
monitor = "DP-1";
path = horizontalWallpaper;
blur_passes = 3;
blur_size = 4;
brightness = 0.5;
}
{
monitor = "DP-3";
monitor = "DP-2";
path = horizontalWallpaper;
blur_passes = 3;
blur_size = 4;

View file

@ -10,9 +10,9 @@
];
wallpapers = [
"HDMI-A-1,~/Pictures/wallpapers/sparkle3.png"
"DP-1,~/Pictures/wallpapers/sparkle3.png"
"DP-1,~/Pictures/wallpapers/sparkle4.png"
"DP-2,~/Pictures/wallpapers/sparkle4.png"
"DP-3,~/Pictures/wallpapers/sparkle4.png"
"DP-3,~/Pictures/wallpapers/sparkle3.png"
];
};
}