refactor(i3/rofi/picom): update wallpaper and use pywal

This commit is contained in:
Anhgelus Morhtuuzh 2023-07-28 22:13:15 +02:00
parent aaeae07107
commit 343c4d6d7d
No known key found for this signature in database
GPG key ID: 7765EC9C8383805F
5 changed files with 36 additions and 88 deletions

View file

@ -17,11 +17,16 @@ fade-exclude = [
];
## opacity
active-opacity = 0.8;
inactive-opacity = 0.4;
active-opacity = 0.9;
inactive-opacity = 0.6;
frame-opacity = 0.7;
opacity-rule = [
"100:name *= 'Minecraft'"
"100:name *= 'Minecraft'",
"100:_NET_WM_STATE@[0]:32a = '_NET_WM_STATE_FULLSCREEN'",
"100:_NET_WM_STATE@[1]:32a = '_NET_WM_STATE_FULLSCREEN'",
"100:_NET_WM_STATE@[2]:32a = '_NET_WM_STATE_FULLSCREEN'",
"100:_NET_WM_STATE@[3]:32a = '_NET_WM_STATE_FULLSCREEN'",
"100:_NET_WM_STATE@[4]:32a = '_NET_WM_STATE_FULLSCREEN'"
];
## other
@ -41,7 +46,7 @@ wintypes:
{
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; };
};
corner-radius = 10.0;
corner-radius = 5.0;
## blur
blur-background = true;