diff --git a/.local/state/noctalia/settings.toml b/.local/state/noctalia/settings.toml new file mode 100644 index 0000000..58856fa --- /dev/null +++ b/.local/state/noctalia/settings.toml @@ -0,0 +1,58 @@ +config_version = 8 + +[lockscreen_widgets] +enabled = false +schema_version = 2 +widget_order = [ "lockscreen-login-box@eDP-1" ] + + [lockscreen_widgets.grid] + cell_size = 16 + major_interval = 4 + visible = true + + [lockscreen_widgets.widget."lockscreen-login-box@eDP-1"] + box_height = 196.0 + box_width = 810.0 + cx = 960.0 + cy = 898.0 + output = "eDP-1" + rotation = 0.0 + type = "login_box" + + [lockscreen_widgets.widget."lockscreen-login-box@eDP-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 + +[plugins] +enabled = [] + +[theme] +builtin = "Nord" +community_palette = "Oxocarbon" +mode = "dark" +source = "wallpaper" +wallpaper_scheme = "vibrant" + +[wallpaper] +directory = "/home/gil/.local/share/background" + + [wallpaper.default] + path = "/home/gil/.local/share/background/2001-ng.jpg" + + [wallpaper.last] + path = "/home/gil/.local/share/background/2001-ng.jpg" + + [wallpaper.monitors.eDP-1] + path = "/home/gil/.local/share/background/2001-ng.jpg" \ No newline at end of file