hyprland: update monitors

greetd: update monitors

eww: update monitors

hyprlock: update monitors

mako: update monitors
This commit is contained in:
notohh 2024-07-01 16:03:25 -04:00
parent 85d75c0d7b
commit aaaedb81e9
Signed by: notohh
GPG key ID: BD47506D475EE86D
8 changed files with 13 additions and 11 deletions

View file

@ -33,7 +33,7 @@
(defwindow bar
:monitor 1
:monitor 0
:windowtype "dock"
:geometry (geometry
:x "0%"

View file

@ -56,7 +56,7 @@
)
(defwindow menu-window
:monitor 1
:monitor 0
:windowtype "dock"
:geometry (geometry
:x "0.9%"

View file

@ -39,7 +39,7 @@
(bar-art)))
(defwindow music-widget
:monitor 1
:monitor 0
:windowtype "dock"
:namespace "music-widget"
:geometry (geometry

View file

@ -7,6 +7,6 @@ _: {
defaultTimeout = 5000;
ignoreTimeout = true;
anchor = "top-right";
output = "DP-2";
output = "DP-1";
};
}

View file

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

View file

@ -14,6 +14,8 @@ _: {
"size 1200 600, title:^(satty)$"
"idleinhibit focus, class:^(mpv)$"
"idleinhibit always, class:^(firefox)$, title:^(.*YouTube.*|.*Twitch.*)$"
"idleinhibit always, class:^(OBS Studio)$"
"idleinhibit always, class:^(Moonlight)$"
"idleinhibit fullscreen, class:^(firefox)$"
];
layerrule = [

View file

@ -43,7 +43,7 @@ _: {
};
input-field = [
{
monitor = "DP-2";
monitor = "DP-1";
size = "350, 50";
outline_thickness = 2;
outer_color = "rgb(f7768e)";
@ -67,7 +67,7 @@ _: {
];
label = [
{
monitor = "DP-2";
monitor = "DP-1";
text = ''
Hi, <i><span foreground="##f7768e">$USER</span></i>
'';
@ -80,7 +80,7 @@ _: {
shadow_boost = 1.0;
}
{
monitor = "DP-2";
monitor = "DP-1";
text = "$TIME";
color = "rgb(c0caf5)";
position = "0, 120";

View file

@ -7,8 +7,8 @@
hyprlandGreetdConf = pkgs.writeText "hyprland-greetd-conf.conf" ''
monitor = HDMI-A-1,disable
monitor = DP-1,disable
monitor = DP-2,2560x1440@144, 0x0, auto
monitor = DP-2,disable
monitor = DP-1,2560x1440@144, 0x0, auto
monitor = DP-3,disable
env = XDG_SESSION_TYPE,wayland