mirror of
https://github.com/Superredstone/nixos.git
synced 2026-08-19 11:48:57 +02:00
feat(noctalia): update settings
This commit is contained in:
+87
-12
@@ -1,4 +1,8 @@
|
||||
[accessibility]
|
||||
ui_scale = 0.90000000596046448
|
||||
|
||||
[bar.default]
|
||||
capsule_radius = 0
|
||||
center = [ "clock" ]
|
||||
end = [
|
||||
"media",
|
||||
@@ -26,21 +30,90 @@ enabled = true
|
||||
|
||||
[desktop_widgets]
|
||||
schema_version = 1
|
||||
widget_order = []
|
||||
widget_order = [
|
||||
"desktop-widget-0000000000000001",
|
||||
"desktop-widget-0000000000000002",
|
||||
"desktop-widget-0000000000000003",
|
||||
"desktop-widget-0000000000000005"
|
||||
]
|
||||
|
||||
[desktop_widgets.grid]
|
||||
cell_size = 16
|
||||
major_interval = 4
|
||||
visible = true
|
||||
|
||||
[desktop_widgets.widget]
|
||||
[desktop_widgets.widget.desktop-widget-0000000000000001]
|
||||
box_height = 0.0
|
||||
box_width = 0.0
|
||||
cx = 1762.0
|
||||
cy = 133.70001220703125
|
||||
output = "HDMI-A-1"
|
||||
rotation = 0.0
|
||||
type = "clock"
|
||||
|
||||
[desktop_widgets.widget.desktop-widget-0000000000000001.settings]
|
||||
background_opacity = 0.0
|
||||
background_padding = 11
|
||||
background_radius = 0
|
||||
center_text = false
|
||||
clock_style = "digital"
|
||||
shadow = false
|
||||
|
||||
[desktop_widgets.widget.desktop-widget-0000000000000002]
|
||||
box_height = 0.0
|
||||
box_width = 0.0
|
||||
cx = 1114.0
|
||||
cy = 995.4000244140625
|
||||
output = "HDMI-A-1"
|
||||
rotation = 0.0
|
||||
type = "sysmon"
|
||||
|
||||
[desktop_widgets.widget.desktop-widget-0000000000000002.settings]
|
||||
background_opacity = 0.0
|
||||
display = "graph"
|
||||
shadow = false
|
||||
stat = "cpu_usage"
|
||||
stat2 = "cpu_temp"
|
||||
|
||||
[desktop_widgets.widget.desktop-widget-0000000000000003]
|
||||
box_height = 0.0
|
||||
box_width = 0.0
|
||||
cx = 154.0
|
||||
cy = 130.60000610351562
|
||||
output = "HDMI-A-1"
|
||||
rotation = 0.0
|
||||
type = "weather"
|
||||
|
||||
[desktop_widgets.widget.desktop-widget-0000000000000003.settings]
|
||||
background_opacity = 0.0
|
||||
background_padding = 19
|
||||
background_radius = 0
|
||||
shadow = false
|
||||
|
||||
[desktop_widgets.widget.desktop-widget-0000000000000005]
|
||||
box_height = 0.0
|
||||
box_width = 0.0
|
||||
cx = 810.0
|
||||
cy = 995.4000244140625
|
||||
output = "HDMI-A-1"
|
||||
rotation = 0.0
|
||||
type = "sysmon"
|
||||
|
||||
[desktop_widgets.widget.desktop-widget-0000000000000005.settings]
|
||||
background_opacity = 0.0
|
||||
display = "graph"
|
||||
shadow = false
|
||||
show_label = true
|
||||
stat = "ram_pct"
|
||||
stat2 = "swap_pct"
|
||||
|
||||
[dock]
|
||||
auto_hide = true
|
||||
enabled = true
|
||||
icon_size = 40
|
||||
magnification_scale = 1.3500000052154064
|
||||
icon_size = 42
|
||||
magnification_scale = 1.3000000044703484
|
||||
padding = 4
|
||||
radius = 0
|
||||
reserve_space = false
|
||||
show_dots = true
|
||||
|
||||
@@ -74,7 +147,6 @@ widget_order = [ "lockscreen-login-box@winit", "lockscreen-login-box@HDMI-A-1",
|
||||
show_caps_lock = true
|
||||
show_keyboard_layout = true
|
||||
show_login_button = true
|
||||
show_password_hint = true
|
||||
|
||||
[lockscreen_widgets.widget."lockscreen-login-box@eDP-1"]
|
||||
box_height = 70.0
|
||||
@@ -90,7 +162,6 @@ widget_order = [ "lockscreen-login-box@winit", "lockscreen-login-box@HDMI-A-1",
|
||||
show_caps_lock = true
|
||||
show_keyboard_layout = true
|
||||
show_login_button = true
|
||||
show_password_hint = true
|
||||
|
||||
[lockscreen_widgets.widget."lockscreen-login-box@winit"]
|
||||
box_height = 70.0
|
||||
@@ -110,7 +181,6 @@ widget_order = [ "lockscreen-login-box@winit", "lockscreen-login-box@HDMI-A-1",
|
||||
show_caps_lock = true
|
||||
show_keyboard_layout = true
|
||||
show_login_button = true
|
||||
show_password_hint = true
|
||||
|
||||
[osd.kinds]
|
||||
media = false
|
||||
@@ -120,20 +190,25 @@ enabled = []
|
||||
|
||||
[shell]
|
||||
avatar_path = "/home/r3ddy/.face"
|
||||
font_family = "Noto Sans"
|
||||
corner_radius_scale = 0.0
|
||||
font_family = "Monocraft"
|
||||
polkit_agent = true
|
||||
settings_show_advanced = true
|
||||
|
||||
[shell.screen_corners]
|
||||
size = 1
|
||||
|
||||
[theme]
|
||||
builtin = "Catppuccin"
|
||||
community_palette = "Tokyo Night Moon"
|
||||
community_palette = "One Dark Two"
|
||||
custom_palette = "Tokyo Night Moon"
|
||||
mode = "dark"
|
||||
source = "builtin"
|
||||
wallpaper_scheme = "m3-content"
|
||||
wallpaper_scheme = "dysfunctional"
|
||||
|
||||
[theme.templates]
|
||||
builtin_ids = [ "gtk3", "gtk4", "kitty", "niri", "qt" ]
|
||||
community_ids = [ "discord", "telegram" ]
|
||||
builtin_ids = [ "btop", "gtk3", "gtk4", "kcolorscheme", "kitty", "niri", "qt" ]
|
||||
community_ids = [ "discord", "telegram", "vscode", "heroiclauncher", "steam", "obs", "lazygit" ]
|
||||
|
||||
[wallpaper]
|
||||
directory = "/home/r3ddy/Pictures/Wallpapers"
|
||||
|
||||
Reference in New Issue
Block a user