Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions home/.chezmoidata/packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ packages:
- glab
- go
- gping
- gpu-screen-recorder
- hugo
- hyprland
- keepassxc
Expand Down
34 changes: 30 additions & 4 deletions home/dot_config/noctalia/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,27 @@ polkit_agent = false
clipboard_enabled = true
clipboard_history_max_entries = 100
clipboard_auto_paste = "auto"
screen_time_enabled = true

[shell.panel]
launcher_placement = "centered"
clipboard_placement = "centered"
launcher_placement = "floating"
launcher_position = "center"
clipboard_placement = "floating"
clipboard_position = "center"
control_center_placement = "attached"
wallpaper_placement = "attached"
session_placement = "attached"

[shell.animation]
speed = 1.8

[shell.screen_corners]
enabled = true
size = 13

[shell.shadow]
direction = "center"

[shell.screenshot]
save_to_file = false
copy_to_clipboard = true
Expand All @@ -21,7 +34,7 @@ pipe_to_command = false

[wallpaper]
enabled = true
fill_mode = "crop"
fill_mode = "stretch"
directory = "~/.config/wallpapers"
transition_on_startup = false

Expand Down Expand Up @@ -63,6 +76,7 @@ background_opacity = 0.97
position = "top_center"
orientation = "horizontal"
scale = 1.0
background_opacity = 0.14

[lockscreen]
enabled = true
Expand All @@ -72,6 +86,8 @@ tint_intensity = 0.3

[system.monitor]
enabled = true
cpu_temp_activity_threshold = 70
cpu_temp_critical_threshold = 100

[weather]
enabled = true
Expand Down Expand Up @@ -108,6 +124,9 @@ right = ["right"]
up = ["up"]
down = ["down"]

[plugins]
enabled = ["noctalia/screen_recorder", "noctalia/timer"]

[bar]
order = ["main"]

Expand Down Expand Up @@ -195,4 +214,11 @@ hide_when_no_unread = false
drawer = false

[dock]
enabled = false
enabled = true
active_monitor_only = true
auto_hide = true
background_opacity = 0.75
icon_size = 33
magnification_scale = 1.8
reserve_space = false
shadow = false
Loading