mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
feat(noctalia): update config
This commit is contained in:
@@ -19,6 +19,10 @@ start = [ "launcher", "workspaces" ]
|
|||||||
[calendar]
|
[calendar]
|
||||||
enabled = true
|
enabled = true
|
||||||
|
|
||||||
|
[calendar.account.personal_google]
|
||||||
|
name = "Calendar"
|
||||||
|
type = "google"
|
||||||
|
|
||||||
[desktop_widgets]
|
[desktop_widgets]
|
||||||
schema_version = 1
|
schema_version = 1
|
||||||
widget_order = []
|
widget_order = []
|
||||||
@@ -37,15 +41,49 @@ icon_size = 40
|
|||||||
padding = 4
|
padding = 4
|
||||||
show_dots = true
|
show_dots = true
|
||||||
|
|
||||||
|
[location]
|
||||||
|
address = "Bolzano"
|
||||||
|
|
||||||
|
[lockscreen_widgets]
|
||||||
|
enabled = false
|
||||||
|
schema_version = 1
|
||||||
|
widget_order = [ "lockscreen-login-box@HDMI-A-1", "lockscreen-login-box@eDP-1" ]
|
||||||
|
|
||||||
|
[lockscreen_widgets.grid]
|
||||||
|
cell_size = 16
|
||||||
|
major_interval = 4
|
||||||
|
visible = true
|
||||||
|
|
||||||
|
[lockscreen_widgets.widget."lockscreen-login-box@HDMI-A-1"]
|
||||||
|
cx = 960.0
|
||||||
|
cy = 957.0
|
||||||
|
output = "HDMI-A-1"
|
||||||
|
rotation = 0.0
|
||||||
|
scale = 1.0
|
||||||
|
type = "login_box"
|
||||||
|
|
||||||
|
[lockscreen_widgets.widget."lockscreen-login-box@eDP-1"]
|
||||||
|
cx = 960.0
|
||||||
|
cy = 957.0
|
||||||
|
output = "eDP-1"
|
||||||
|
rotation = 0.0
|
||||||
|
scale = 1.0
|
||||||
|
type = "login_box"
|
||||||
|
|
||||||
[shell]
|
[shell]
|
||||||
avatar_path = "/home/r3ddy/.face"
|
avatar_path = "/home/r3ddy/.face"
|
||||||
font_family = "Noto Sans"
|
font_family = "Noto Sans"
|
||||||
|
|
||||||
[theme]
|
[theme]
|
||||||
builtin = "Catppuccin"
|
builtin = "Catppuccin"
|
||||||
community_palette = "m3-content"
|
community_palette = "Tokyo Night Moon"
|
||||||
custom_palette = "ADW"
|
custom_palette = "Tokyo Night Moon"
|
||||||
wallpaper_scheme = "Noctalia"
|
source = "builtin"
|
||||||
|
wallpaper_scheme = "m3-content"
|
||||||
|
|
||||||
|
[theme.templates]
|
||||||
|
builtin_ids = [ "gtk3", "gtk4", "kitty", "niri", "qt" ]
|
||||||
|
community_ids = [ "telegram" ]
|
||||||
|
|
||||||
[wallpaper]
|
[wallpaper]
|
||||||
directory = "/home/r3ddy/Pictures/Wallpapers"
|
directory = "/home/r3ddy/Pictures/Wallpapers"
|
||||||
|
|||||||
Reference in New Issue
Block a user