Remove opacity from everything except terminals
This commit is contained in:
parent
0cf0e0466e
commit
350aeb7a5d
|
@ -203,12 +203,7 @@
|
|||
enable = true;
|
||||
image = ./wallpapers/tropic_island_day.jpg;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml";
|
||||
opacity = {
|
||||
applications = 0.8;
|
||||
desktop = 0.8;
|
||||
popups = 0.8;
|
||||
terminal = 0.8;
|
||||
};
|
||||
opacity.terminal = 0.6;
|
||||
cursor = {
|
||||
package = pkgs.volantes-cursors;
|
||||
name = "volantes_cursors";
|
||||
|
|
Loading…
Reference in a new issue