noctalia apply
parent
1f902db17d
commit
935663bdf5
|
|
@ -1,12 +1,12 @@
|
|||
set $primary #67e4e0
|
||||
set $on_primary #182524
|
||||
set $secondary #599ed9
|
||||
set $tertiary #595ed9
|
||||
set $error #7f2a41
|
||||
set $surface #0b2d32
|
||||
set $on_surface #f2f3f3
|
||||
set $on_surface_variant #afb6b6
|
||||
set $outline #657574
|
||||
set $primary #82d996
|
||||
set $on_primary #003918
|
||||
set $secondary #99d4a3
|
||||
set $tertiary #80d4db
|
||||
set $error #ffb4ab
|
||||
set $surface #091516
|
||||
set $on_surface #d7e5e6
|
||||
set $on_surface_variant #b1cbce
|
||||
set $outline #7b9598
|
||||
|
||||
## Window Colours
|
||||
# class border backgr. text indicator child_border
|
||||
|
|
|
|||
|
|
@ -6,13 +6,38 @@ enabled = true
|
|||
[lockscreen_widgets]
|
||||
enabled = false
|
||||
schema_version = 2
|
||||
widget_order = [ "lockscreen-login-box@eDP-1" ]
|
||||
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
|
||||
|
|
|
|||
Loading…
Reference in New Issue