re-separated sway config + exported noctalia config
This commit is contained in:
parent
5232518141
commit
f2f98d6fee
28 changed files with 641 additions and 7 deletions
|
|
@ -1,6 +1,8 @@
|
|||
[bar]
|
||||
order = ["main"] # layer-shell creation order
|
||||
|
||||
|
||||
|
||||
[bar.default]
|
||||
position = "top" # top | bottom | left | right
|
||||
enabled = true
|
||||
|
|
@ -27,10 +29,10 @@ margin_ends = 100 # inset from each end of the bar along its main
|
|||
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
|
||||
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
|
||||
scale = 1.5 # content scale multiplier for icons, spacing, and base text size
|
||||
font_scale = 1.3 # additional text-only scale multiplier
|
||||
font_weight = 500 # CSS weight 100–1000 (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
|
||||
|
||||
|
|
@ -42,9 +44,28 @@ 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"]
|
||||
start = ["wallpaper", "workspaces","media"]
|
||||
center = ["clock", "group:c1"]
|
||||
end = [ "tray",
|
||||
"group:c1",
|
||||
"network",
|
||||
"volume",
|
||||
"battery",
|
||||
"control-center",
|
||||
]
|
||||
|
||||
|
||||
[bar.default.c1]
|
||||
id = "c1"
|
||||
members = ["brightness", "notifications", "clipboard", "bluetooth"]
|
||||
fill = "error"
|
||||
padding = 6.0
|
||||
opacity = 0.9
|
||||
enabled = true
|
||||
accordion = true # optional: collapse to the first widget, reveal on hover
|
||||
accordion_direction = "end" # "end" (default) or "start"
|
||||
widget_spacing = 10 # optional: gap between this group's widgets
|
||||
# border, foreground, radius, enabled are optional
|
||||
|
||||
|
||||
[bar.default.dead_zone.actions]
|
||||
|
|
@ -54,3 +75,8 @@ scroll_up = "volume-up"
|
|||
scroll_down = "volume-down"
|
||||
back = "media previous"
|
||||
forward = "media next"
|
||||
|
||||
|
||||
|
||||
[widget.workspaces]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue