diff --git a/.config/sway/noctalia b/.config/sway/noctalia index 9017410..2fbdcdb 100644 --- a/.config/sway/noctalia +++ b/.config/sway/noctalia @@ -1,12 +1,12 @@ -set $primary #7ed0ff -set $on_primary #00344a -set $secondary #90cef4 -set $tertiary #c2c1ff +set $primary #70dba7 +set $on_primary #003823 +set $secondary #8fd5af +set $tertiary #83d2e4 set $error #ffb4ab -set $surface #13121c -set $on_surface #e4e1ef -set $on_surface_variant #c6c4dd -set $outline #908ea5 +set $surface #091518 +set $on_surface #d8e5e8 +set $on_surface_variant #b2cbd1 +set $outline #7c959b ## Window Colours # class border backgr. text indicator child_border diff --git a/.local/state/noctalia/settings.toml b/.local/state/noctalia/settings.toml index 795578d..79ae925 100644 --- a/.local/state/noctalia/settings.toml +++ b/.local/state/noctalia/settings.toml @@ -1,4 +1,4 @@ -config_version = 8 +config_version = 12 [calendar] enabled = true @@ -55,13 +55,44 @@ address = "Tours, France" [lockscreen_widgets] enabled = false schema_version = 2 -widget_order = [ "lockscreen-login-box@DP-4", "lockscreen-login-box@DP-5", "lockscreen-login-box@eDP-1" ] +widget_order = [ + "lockscreen-login-box@DP-3", + "lockscreen-login-box@HDMI-A-1", + "lockscreen-login-box@DP-4", + "lockscreen-login-box@DP-5", + "lockscreen-login-box@eDP-1" +] [lockscreen_widgets.grid] cell_size = 16 major_interval = 4 visible = true + [lockscreen_widgets.widget."lockscreen-login-box@DP-3"] + box_height = 196.0 + box_width = 810.0 + cx = 1280.0 + cy = 1258.0 + output = "DP-3" + rotation = 0.0 + type = "login_box" + + [lockscreen_widgets.widget."lockscreen-login-box@DP-3".settings] + background_color = "surface_variant" + background_opacity = 0.88 + background_radius = 12.0 + center_password_text = false + input_opacity = 1.0 + input_radius = 6.0 + layout = "regular" + show_caps_lock = true + show_keyboard_layout = true + show_login_button = true + show_media = true + show_session_buttons = true + show_unlock_hint = true + show_weather = true + [lockscreen_widgets.widget."lockscreen-login-box@DP-4"] box_height = 196.0 box_width = 810.0 @@ -112,6 +143,31 @@ widget_order = [ "lockscreen-login-box@DP-4", "lockscreen-login-box@DP-5", "lock show_unlock_hint = true show_weather = true + [lockscreen_widgets.widget."lockscreen-login-box@HDMI-A-1"] + box_height = 196.0 + box_width = 810.0 + cx = 540.0 + cy = 1738.0 + output = "HDMI-A-1" + rotation = 0.0 + type = "login_box" + + [lockscreen_widgets.widget."lockscreen-login-box@HDMI-A-1".settings] + background_color = "surface_variant" + background_opacity = 0.88 + background_radius = 12.0 + center_password_text = false + input_opacity = 1.0 + input_radius = 6.0 + layout = "regular" + show_caps_lock = true + show_keyboard_layout = true + show_login_button = true + show_media = true + show_session_buttons = true + show_unlock_hint = true + show_weather = true + [lockscreen_widgets.widget."lockscreen-login-box@eDP-1"] box_height = 196.0 box_width = 810.0 @@ -154,13 +210,19 @@ wallpaper_scheme = "m3-fruit-salad" directory = "/home/gil/.local/share/background" [wallpaper.default] - path = "/home/gil/.local/share/background/1350764.jpeg" + path = "/home/gil/.local/share/background/1375211.jpg" [wallpaper.last] - path = "/home/gil/.local/share/background/1350764.jpeg" + path = "/home/gil/.local/share/background/1375211.jpg" + + [wallpaper.monitors.DP-3] + path = "/home/gil/.local/share/background/1375211.jpg" [wallpaper.monitors.DP-4] path = "/home/gil/.local/share/background/1350764.jpeg" + [wallpaper.monitors.HDMI-A-1] + path = "/home/gil/.local/share/background/1375211.jpg" + [wallpaper.monitors.eDP-1] path = "/home/gil/.local/share/background/1350764.jpeg" \ No newline at end of file