mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-12-15 11:21:42 +01:00
stylix: Let stylix handle opacity
This commit is contained in:
parent
3be68d15bd
commit
3aa5eaf72c
@ -6,7 +6,6 @@
|
|||||||
enable_audio_bell = false;
|
enable_audio_bell = false;
|
||||||
allow_remote_control = true;
|
allow_remote_control = true;
|
||||||
dynamic_background_opacity = true;
|
dynamic_background_opacity = true;
|
||||||
background_opacity = "0.95";
|
|
||||||
close_on_child_death = true;
|
close_on_child_death = true;
|
||||||
cursor_blink_interval = 0;
|
cursor_blink_interval = 0;
|
||||||
wayland_titlebar_color = "background";
|
wayland_titlebar_color = "background";
|
||||||
|
@ -4,6 +4,7 @@
|
|||||||
stylix.image = ./wallpaper.png;
|
stylix.image = ./wallpaper.png;
|
||||||
stylix.polarity = "dark";
|
stylix.polarity = "dark";
|
||||||
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/monokai.yaml";
|
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/monokai.yaml";
|
||||||
|
stylix.opacity.terminal = 0.95;
|
||||||
|
|
||||||
stylix.fonts = {
|
stylix.fonts = {
|
||||||
serif = {
|
serif = {
|
||||||
|
Loading…
Reference in New Issue
Block a user