mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
Disabling hyprbars alltogether for now..
This commit is contained in:
parent
813f39882b
commit
045b489bc3
|
@ -19,7 +19,7 @@
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
plugins = [
|
plugins = [
|
||||||
(pkgs.callPackage ./hyprbars.nix { inherit hyprland-plugins; } )
|
# (pkgs.callPackage ./hyprbars.nix { inherit hyprland-plugins; } )
|
||||||
];
|
];
|
||||||
settings = { };
|
settings = { };
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
|
@ -49,26 +49,26 @@
|
||||||
gaps_out = 7
|
gaps_out = 7
|
||||||
}
|
}
|
||||||
|
|
||||||
plugin {
|
#plugin {
|
||||||
hyprbars {
|
# hyprbars {
|
||||||
bar_height = 0
|
# 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 + ''
|
||||||
|
|
||||||
bar_text_font = '' + font + ''
|
# bar_text_font = '' + font + ''
|
||||||
|
|
||||||
bar_text_size = 12
|
# bar_text_size = 12
|
||||||
|
|
||||||
buttons {
|
# buttons {
|
||||||
button_size = 0
|
# 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 +''
|
||||||
|
|
||||||
}
|
# }
|
||||||
}
|
# }
|
||||||
}
|
#}
|
||||||
|
|
||||||
bind=SUPER,SPACE,fullscreen,1
|
bind=SUPER,SPACE,fullscreen,1
|
||||||
bind=ALT,TAB,cyclenext
|
bind=ALT,TAB,cyclenext
|
||||||
|
@ -205,7 +205,7 @@
|
||||||
passes = 2
|
passes = 2
|
||||||
ignore_opacity = true
|
ignore_opacity = true
|
||||||
contrast = 1.17
|
contrast = 1.17
|
||||||
brightness = 0.9
|
brightness = 0.8
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue