Disabling hyprbars alltogether for now..
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
plugins = [
|
||||
(pkgs.callPackage ./hyprbars.nix { inherit hyprland-plugins; } )
|
||||
# (pkgs.callPackage ./hyprbars.nix { inherit hyprland-plugins; } )
|
||||
];
|
||||
settings = { };
|
||||
extraConfig = ''
|
||||
@@ -49,26 +49,26 @@
|
||||
gaps_out = 7
|
||||
}
|
||||
|
||||
plugin {
|
||||
hyprbars {
|
||||
bar_height = 0
|
||||
bar_color = 0xee''+ config.lib.stylix.colors.base00 + ''
|
||||
#plugin {
|
||||
# hyprbars {
|
||||
# bar_height = 0
|
||||
# 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 {
|
||||
button_size = 0
|
||||
col.maximize = 0xff''+ config.lib.stylix.colors.base0A +''
|
||||
# buttons {
|
||||
# button_size = 0
|
||||
# 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=ALT,TAB,cyclenext
|
||||
@@ -205,7 +205,7 @@
|
||||
passes = 2
|
||||
ignore_opacity = true
|
||||
contrast = 1.17
|
||||
brightness = 0.9
|
||||
brightness = 0.8
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user