wayland: update programs
This commit is contained in:
parent
9af17e87ff
commit
e8d983a731
3 changed files with 7 additions and 7 deletions
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue