mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
hyprland: Add hyprbars config
Tested this in a VM and it should look decent.
This commit is contained in:
parent
b84bad3806
commit
93608bf1eb
@ -99,6 +99,21 @@ in
|
||||
layout = master
|
||||
}
|
||||
|
||||
plugin {
|
||||
hyprbars {
|
||||
bar_color = rgba(${base00}F2)
|
||||
bar_height = 30
|
||||
col.text = rgba(${base05}99)
|
||||
bar_text_size = 9
|
||||
bar_text_font = Maple Mono
|
||||
buttons {
|
||||
button_size = 14
|
||||
col.maximize = rgba(${base04}cc)
|
||||
col.close = rgba(${base05}cc)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
decoration {
|
||||
rounding = 0
|
||||
blur = yes
|
||||
|
Loading…
Reference in New Issue
Block a user