Adjust opacity

This commit is contained in:
Evie Litherland-Smith 2024-12-16 07:11:14 +00:00
parent 64d706feee
commit c319051cbc

View file

@ -206,10 +206,10 @@
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 = {
applications = 0.9; applications = 0.8;
desktop = 0.8; desktop = 0.8;
popups = 0.8; popups = 0.8;
terminal = 0.9; terminal = 0.8;
}; };
cursor = { cursor = {
package = pkgs.volantes-cursors; package = pkgs.volantes-cursors;