mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-20 17:24:35 +05:30
Prob don't need hyprbars..
This commit is contained in:
parent
65900c4b5f
commit
20e30a60f6
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
plugin {
|
plugin {
|
||||||
hyprbars {
|
hyprbars {
|
||||||
bar_height = 20
|
bar_height = 0
|
||||||
bar_color = 0xee''+ config.lib.stylix.colors.base00 + ''
|
bar_color = 0xee''+ config.lib.stylix.colors.base00 + ''
|
||||||
|
|
||||||
col.text = 0xff''+ config.lib.stylix.colors.base05 + ''
|
col.text = 0xff''+ config.lib.stylix.colors.base05 + ''
|
||||||
|
@ -61,7 +61,7 @@
|
||||||
bar_text_size = 12
|
bar_text_size = 12
|
||||||
|
|
||||||
buttons {
|
buttons {
|
||||||
button_size = 20
|
button_size = 0
|
||||||
col.maximize = 0xff''+ config.lib.stylix.colors.base0A +''
|
col.maximize = 0xff''+ config.lib.stylix.colors.base0A +''
|
||||||
|
|
||||||
col.close = 0xff''+ config.lib.stylix.colors.base08 +''
|
col.close = 0xff''+ config.lib.stylix.colors.base08 +''
|
||||||
|
|
Loading…
Reference in a new issue