mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
Added stylix colors to hyprbars
This commit is contained in:
parent
fc6cd2aa92
commit
e3c5882386
|
@ -41,6 +41,27 @@
|
||||||
gaps_out = 7
|
gaps_out = 7
|
||||||
}
|
}
|
||||||
|
|
||||||
|
plugin {
|
||||||
|
hyprbars {
|
||||||
|
bar_height = 20
|
||||||
|
bar_color = 0xee''+ config.lib.stylix.colors.base00 + ''
|
||||||
|
|
||||||
|
col.text = 0xff''+ config.lib.stylix.colors.base05 + ''
|
||||||
|
|
||||||
|
bar_text_font = '' + font + ''
|
||||||
|
|
||||||
|
bar_text_size = 12
|
||||||
|
|
||||||
|
buttons {
|
||||||
|
button_size = 20
|
||||||
|
col.maximize = 0xff''+ config.lib.stylix.colors.base0A +''
|
||||||
|
|
||||||
|
col.close = 0xff''+ config.lib.stylix.colors.base08 +''
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
bind=SUPER,SPACE,fullscreen,1
|
bind=SUPER,SPACE,fullscreen,1
|
||||||
bind=ALT,TAB,cyclenext
|
bind=ALT,TAB,cyclenext
|
||||||
bind=ALT,TAB,bringactivetotop
|
bind=ALT,TAB,bringactivetotop
|
||||||
|
|
Loading…
Reference in a new issue