Remove opacity from everything except terminals

This commit is contained in:
Evie Litherland-Smith 2024-12-18 18:01:47 +00:00
parent 0cf0e0466e
commit 350aeb7a5d

View file

@ -203,12 +203,7 @@
enable = true; enable = true;
image = ./wallpapers/tropic_island_day.jpg; image = ./wallpapers/tropic_island_day.jpg;
base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml";
opacity = { opacity.terminal = 0.6;
applications = 0.8;
desktop = 0.8;
popups = 0.8;
terminal = 0.8;
};
cursor = { cursor = {
package = pkgs.volantes-cursors; package = pkgs.volantes-cursors;
name = "volantes_cursors"; name = "volantes_cursors";