89 lines
2.2 KiB
TOML
89 lines
2.2 KiB
TOML
config_version = 8
|
|
|
|
[calendar]
|
|
enabled = true
|
|
|
|
[lockscreen_widgets]
|
|
enabled = false
|
|
schema_version = 2
|
|
widget_order = [ "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-5"]
|
|
box_height = 196.0
|
|
box_width = 810.0
|
|
cx = 1280.0
|
|
cy = 1258.0
|
|
output = "DP-5"
|
|
rotation = 0.0
|
|
type = "login_box"
|
|
|
|
[lockscreen_widgets.widget."lockscreen-login-box@DP-5".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
|
|
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 = "m3-fruit-salad"
|
|
|
|
[theme.templates]
|
|
builtin_ids = [ "foot", "gtk3", "gtk4", "qt", "sway" ]
|
|
|
|
[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" |