33 lines
1.3 KiB
Plaintext
Executable File
33 lines
1.3 KiB
Plaintext
Executable File
general {
|
|
col.active_border = rgba({{colors.outline.default.hex_stripped}}77)
|
|
col.inactive_border = rgba({{colors.outline_variant.default.hex_stripped}}55)
|
|
}
|
|
|
|
misc {
|
|
background_color = rgba({{colors.surface.dark.hex_stripped}}FF)
|
|
}
|
|
|
|
plugin {
|
|
hyprbars {
|
|
# Honestly idk if it works like css, but well, why not
|
|
bar_text_font = Google Sans Flex Medium, Rubik, Geist, AR One Sans, Reddit Sans, Inter, Roboto, Ubuntu, Noto Sans, sans-serif
|
|
bar_height = 30
|
|
bar_padding = 10
|
|
bar_button_padding = 5
|
|
bar_precedence_over_border = true
|
|
bar_part_of_window = true
|
|
|
|
bar_color = rgba({{colors.background.default.hex_stripped}}FF)
|
|
col.text = rgba({{colors.on_background.default.hex_stripped}}FF)
|
|
|
|
|
|
# example buttons (R -> L)
|
|
# hyprbars-button = color, size, on-click
|
|
hyprbars-button = rgb({{colors.on_background.default.hex_stripped}}), 13, , hyprctl dispatch killactive
|
|
hyprbars-button = rgb({{colors.on_background.default.hex_stripped}}), 13, , hyprctl dispatch fullscreen 1
|
|
hyprbars-button = rgb({{colors.on_background.default.hex_stripped}}), 13, , hyprctl dispatch movetoworkspacesilent special
|
|
}
|
|
}
|
|
|
|
windowrule = border_color rgba({{colors.primary.default.hex_stripped}}AA) rgba({{colors.primary.default.hex_stripped}}77), match:pin 1
|