Added helix config and updated albert

This commit is contained in:
Gu://em_ 2026-02-18 22:53:39 +01:00
parent c669576540
commit 72f0064f15
3 changed files with 31 additions and 0 deletions

View file

@ -98,16 +98,37 @@ trigger=?
enabled=true enabled=true
[widgetsboxmodel] [widgetsboxmodel]
action_item_padding=6
action_item_selection_border_radius=11
alwaysOnTop=true alwaysOnTop=true
clearOnHide=false clearOnHide=false
clientShadow=false clientShadow=false
darkTheme=Seventy Eight darkTheme=Seventy Eight
disable_input_method=true
displayScrollbar=false displayScrollbar=false
followCursor=true followCursor=true
hideOnFocusLoss=true hideOnFocusLoss=true
historySearch=true historySearch=true
input_border_radius=11
input_font_size=18
input_padding=5
itemCount=5 itemCount=5
lightTheme=Seventy Eight lightTheme=Seventy Eight
quitOnClose=false quitOnClose=false
result_item_horizontal_spacing=6
result_item_icon_size=39
result_item_padding=6
result_item_selection_border_radius=11
result_item_selection_border_width=0
result_item_subtext_font_size=8
result_item_text_font_size=13
result_item_vertical_spacing=2
showCentered=true showCentered=true
systemShadow=true systemShadow=true
window_border_radius=18
window_border_width=1
window_padding=7
window_shadow_offset=8
window_shadow_size=80
window_spacing=7
window_width=640

View file

@ -0,0 +1,5 @@
theme = "github_dark"
[editor]
line-number = "relative"

View file

@ -0,0 +1,5 @@
[[language]]
name="c"
indent = { tab-width=1, unit=" "}
# formatter = { command = "clang-format", args=["--style=file"] }
auto-format = true