Adapted Opacity (that finally works)
This commit is contained in:
+1126
-480
File diff suppressed because it is too large
Load Diff
@@ -2203,8 +2203,8 @@ in
|
|||||||
# 2) Your repo config (may also include theme; harmless if duplicated)
|
# 2) Your repo config (may also include theme; harmless if duplicated)
|
||||||
${repoKittyConfText}
|
${repoKittyConfText}
|
||||||
# 3) Force transparency last (wins)
|
# 3) Force transparency last (wins)
|
||||||
background_opacity 0.60
|
#background_opacity 0.60
|
||||||
dynamic_background_opacity yes
|
#dynamic_background_opacity yes
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,10 +17,10 @@
|
|||||||
# are written as ONE single line.
|
# are written as ONE single line.
|
||||||
###############################################
|
###############################################
|
||||||
|
|
||||||
include Catppuccin-Mocha.conf
|
include themes/Catppuccin-Mocha.conf
|
||||||
|
|
||||||
# Force transparency (comes from the conf file, as you want)
|
# Force transparency (comes from the conf file, as you want)
|
||||||
background_opacity 0.60
|
background_opacity 0.80
|
||||||
dynamic_background_opacity yes
|
dynamic_background_opacity yes
|
||||||
|
|
||||||
# the rest…
|
# the rest…
|
||||||
|
|||||||
@@ -22,8 +22,8 @@ in
|
|||||||
# 2) Your repo config (may also include theme; harmless if duplicated)
|
# 2) Your repo config (may also include theme; harmless if duplicated)
|
||||||
${repoKittyConfText}
|
${repoKittyConfText}
|
||||||
# 3) Force transparency last (wins)
|
# 3) Force transparency last (wins)
|
||||||
background_opacity 0.60
|
#background_opacity 0.60
|
||||||
dynamic_background_opacity yes
|
#dynamic_background_opacity yes
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user