Remove opacity from everything except terminals
This commit is contained in:
parent
0cf0e0466e
commit
350aeb7a5d
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue