mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-19 07:05:51 +05:30
Less transparency on windows
This commit is contained in:
parent
9f6f50fdaf
commit
33e0cffe81
|
@ -42,8 +42,8 @@
|
||||||
))
|
))
|
||||||
;; On Linux I can enable blur, however
|
;; On Linux I can enable blur, however
|
||||||
(funcall (lambda ()
|
(funcall (lambda ()
|
||||||
(set-frame-parameter nil 'alpha-background 65)
|
(set-frame-parameter nil 'alpha-background 75)
|
||||||
(add-to-list 'default-frame-alist '(alpha-background . 65))
|
(add-to-list 'default-frame-alist '(alpha-background . 75))
|
||||||
))
|
))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -105,8 +105,8 @@ Doom Emacs is traditionally installed by cloning the repository ([[https://githu
|
||||||
))
|
))
|
||||||
;; On Linux I can enable blur, however
|
;; On Linux I can enable blur, however
|
||||||
(funcall (lambda ()
|
(funcall (lambda ()
|
||||||
(set-frame-parameter nil 'alpha-background 65)
|
(set-frame-parameter nil 'alpha-background 75)
|
||||||
(add-to-list 'default-frame-alist '(alpha-background . 65))
|
(add-to-list 'default-frame-alist '(alpha-background . 75))
|
||||||
))
|
))
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
];
|
];
|
||||||
programs.alacritty.enable = true;
|
programs.alacritty.enable = true;
|
||||||
programs.alacritty.settings = {
|
programs.alacritty.settings = {
|
||||||
window.opacity = lib.mkForce 0.65;
|
window.opacity = lib.mkForce 0.75;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -6,6 +6,6 @@
|
||||||
];
|
];
|
||||||
programs.kitty.enable = true;
|
programs.kitty.enable = true;
|
||||||
programs.kitty.settings = {
|
programs.kitty.settings = {
|
||||||
background_opacity = lib.mkForce "0.65";
|
background_opacity = lib.mkForce "0.75";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -201,8 +201,8 @@
|
||||||
windowrulev2 = opacity 0.80,title:^(LibreWolf)$
|
windowrulev2 = opacity 0.80,title:^(LibreWolf)$
|
||||||
windowrulev2 = opacity 0.80,title:^(New Tab - LibreWolf)$
|
windowrulev2 = opacity 0.80,title:^(New Tab - LibreWolf)$
|
||||||
windowrulev2 = opacity 0.80,title:^(New Tab - Brave)$
|
windowrulev2 = opacity 0.80,title:^(New Tab - Brave)$
|
||||||
windowrulev2 = opacity 0.65,title:^(My Local Dashboard Awesome Homepage - qutebrowser)$
|
windowrulev2 = opacity 0.75,title:^(My Local Dashboard Awesome Homepage - qutebrowser)$
|
||||||
windowrulev2 = opacity 0.65,title:\[.*\] - My Local Dashboard Awesome Homepage
|
windowrulev2 = opacity 0.75,title:\[.*\] - My Local Dashboard Awesome Homepage
|
||||||
windowrulev2 = opacity 0.9,class:^(org.keepassxc.KeePassXC)$
|
windowrulev2 = opacity 0.9,class:^(org.keepassxc.KeePassXC)$
|
||||||
windowrulev2 = opacity 0.75,class:^(org.gnome.Nautilus)$
|
windowrulev2 = opacity 0.75,class:^(org.gnome.Nautilus)$
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue