6th commit : noctalia double folder corrected

This commit is contained in:
ohinh 2026-09-05 23:06:37 +02:00
parent ad72a517d9
commit 8ad4437927
10 changed files with 12 additions and 1 deletions

56
.config/noctalia/bar.toml Normal file
View file

@ -0,0 +1,56 @@
[bar]
order = ["main"] # layer-shell creation order
[bar.default]
position = "top" # top | bottom | left | right
enabled = true
auto_hide = false # slide out after pointer leaves; reveal from edge trigger strip
smart_auto_hide = false # show when the active workspace is empty; hide when it has windows
show_on_workspace_switch = true # with auto_hide: briefly reveal when the active workspace changes
reserve_space = false # reserve compositor exclusive zone / push windows away
layer = "top" # top | overlay; overlay appears above fullscreen apps
thickness = 31 # bar cross-axis size in pixels (height for horizontal, width for vertical)
background_opacity = 1.0 # 0.0 (transparent) to 1.0 (opaque)
border = "outline" # color role or #RRGGBB for the bar outline
border_width = 0.0 # inside outline width in pixels; 0 disables it
shadow = true # cast the global [shell.shadow]
contact_shadow = false # dark gradient between an attached panel and the bar (depth at the seam)
panel_overlap = 1 # logical px an attached panel overlaps the bar edge to hide the seam
radius = 12 # global corner radius fallback
radius_top_left = 12
radius_top_right = 12
radius_bottom_left = 12
radius_bottom_right = 12
concave_edge_corners = true # carve the screen-edge corners inward; requires margin_edge = 0
margin_ends = 100 # inset from each end of the bar along its main axis
margin_edge = 0 # distance from the nearest screen edge (positive values float the bar)
margin_opposite_edge = 0 # extra reserved space on the inward side of the bar (below for top, above for bottom)
padding = 14 # main-axis padding from bar edges to start/end widget sections
widget_spacing = 7 # gap between widgets within a section
hover_highlight = true # softly tint the widget under the mouse pointer with its foreground color
scale = 2.0 # content scale multiplier for icons, spacing, and base text size
font_scale = 2.0 # additional text-only scale multiplier
font_weight = 500 # CSS weight 1001000 (e.g. 400 regular, 700 bold); primary label weight for bar widgets
font_family = "" # typeface for this bar's widgets; empty inherits the global font
# Default capsule style for all widgets on this bar (see Widget Capsule section)
capsule = false
capsule_fill = "surface_variant"
capsule_thickness = 0.76 # capsule size across the bar as a fraction of bar thickness (1.0 fills the bar)
capsule_radius = 8.0 # omit for automatic pill radius
capsule_opacity = 1.0
# capsule_border = "outline" # omit this key for no border by default
start = ["launcher", "wallpaper", "workspaces"]
center = ["clock"]
end = ["media", "tray", "notifications", "clipboard", "network", "bluetooth", "volume", "brightness", "battery", "control-center", "session"]
[bar.default.dead_zone.actions]
left = "panel-toggle control-center"
middle = "exec foot"
scroll_up = "volume-up"
scroll_down = "volume-down"
back = "media previous"
forward = "media next"