mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Fixes blur for waybar and fuzzel :)
This commit is contained in:
parent
127c3ae539
commit
43fdb90278
|
@ -243,6 +243,10 @@
|
||||||
windowrulev2 = opacity 0.75,class:^(org.gnome.Nautilus)$
|
windowrulev2 = opacity 0.75,class:^(org.gnome.Nautilus)$
|
||||||
|
|
||||||
layerrule = blur,waybar
|
layerrule = blur,waybar
|
||||||
|
layerrule = xray,waybar
|
||||||
|
blurls = waybar
|
||||||
|
layerrule = blur,launcher # fuzzel
|
||||||
|
blurls = launcher # fuzzel
|
||||||
|
|
||||||
bind=SUPER,code:21,exec,pypr zoom
|
bind=SUPER,code:21,exec,pypr zoom
|
||||||
bind=SUPER,code:21,exec,hyprctl reload
|
bind=SUPER,code:21,exec,hyprctl reload
|
||||||
|
@ -676,8 +680,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
window#waybar {
|
window#waybar {
|
||||||
background-color: #'' + config.lib.stylix.colors.base00 + '';
|
background-color: rgba('' + config.lib.stylix.colors.base00-rgb-r + "," + config.lib.stylix.colors.base00-rgb-g + "," + config.lib.stylix.colors.base00-rgb-b + "," + ''0.55);
|
||||||
opacity: 0.75;
|
|
||||||
border-radius: 8px;
|
border-radius: 8px;
|
||||||
color: #'' + config.lib.stylix.colors.base07 + '';
|
color: #'' + config.lib.stylix.colors.base07 + '';
|
||||||
transition-property: background-color;
|
transition-property: background-color;
|
||||||
|
@ -867,7 +870,7 @@
|
||||||
terminal = "${pkgs.alacritty}/bin/alacritty";
|
terminal = "${pkgs.alacritty}/bin/alacritty";
|
||||||
};
|
};
|
||||||
colors = {
|
colors = {
|
||||||
background = config.lib.stylix.colors.base00 + "e6";
|
background = config.lib.stylix.colors.base00 + "bf";
|
||||||
text = config.lib.stylix.colors.base07 + "ff";
|
text = config.lib.stylix.colors.base07 + "ff";
|
||||||
match = config.lib.stylix.colors.base05 + "ff";
|
match = config.lib.stylix.colors.base05 + "ff";
|
||||||
selection = config.lib.stylix.colors.base08 + "ff";
|
selection = config.lib.stylix.colors.base08 + "ff";
|
||||||
|
|
Loading…
Reference in a new issue