Commit graph

69 commits

Author SHA1 Message Date
Vincent Bernat
f94d7a1438 picom: remove deprecated shadow-exclude-reg
This was already done with clip-shadow-over in wintypes for dock.
2025-02-01 14:19:59 +01:00
Vincent Bernat
01893912ba picom: disable frame pacing for now 2024-11-11 00:18:42 +01:00
Vincent Bernat
743109b149 picom: disble crop-shadow-to-monitor
It seems to create a shadow at the border of a monitor.
2024-10-30 17:38:51 +01:00
Vincent Bernat
f051c5b1ed picom: remove rounded corners altogether 2024-10-19 17:57:07 +02:00
Vincent Bernat
a8b6085707 picom: remove rounded corners for tabs 2024-10-19 17:56:31 +02:00
Vincent Bernat
3ec542813d picom: more universal solution to crop shadow 2024-09-28 22:12:53 +02:00
Vincent Bernat
73c883b942 picom: avoid painting shadow over dock or mpv window 2024-09-28 21:50:23 +02:00
Vincent Bernat
20e9c40ae4 picom: do not round corners for polybar 2024-09-20 20:26:06 +02:00
Vincent Bernat
48abe47cfb picom: just set a small corner-radius 2024-09-11 08:26:53 +02:00
Vincent Bernat
ad25a8d915 picom: tentative to use a shader for rounded borders
This does not work with i3 border.
2024-09-11 08:24:25 +02:00
Vincent Bernat
cbd4a999d9 picom: explain why we keep two specific settings
Not 100% sure they apply for backend "egl".
2024-09-08 18:58:51 +02:00
Vincent Bernat
50ab78e33d picom: update to picom 1.10.x 2023-03-25 00:44:19 +01:00
Vincent Bernat
4fe1733db9 picom: no transparency for scummvm 2022-12-01 13:37:56 +01:00
Vincent Bernat
67d5f3fe66 picom: also make combo menu acts as menu 2022-10-12 20:44:36 +02:00
Vincent Bernat
290ac088ec picom: don't drop shadows on various sharing indicators 2022-08-04 11:31:56 +02:00
Vincent Bernat
b00f6b9a6b picom: disable blur
This is too much trouble. GTK4 is crazy with CSD and it's hard to fix
by CSS since we cannot inspect these menus.
2022-04-30 19:34:30 +02:00
Vincent Bernat
ffbc1f4887 picom: jitsi meet should not be transparent 2022-04-14 14:40:13 +02:00
Vincent Bernat
c56649ca95 picom: update firefox rule for not using blur background on menus 2022-03-11 00:01:01 +01:00
Vincent Bernat
35c275e466 picom: reduce transparency of all menus to improve readibility 2022-03-03 23:10:07 +01:00
Vincent Bernat
0ee6cfafe8 picom: Zoom changing names of stuff 2022-01-27 10:36:29 +01:00
Vincent Bernat
6ff4540f50 picom: make firefox menu less transparent since we cannot apply blur 2022-01-03 20:27:05 +01:00
Vincent Bernat
eaa0480d9f picom: explain what _GTK_FRAME_EXTENTS is
Short story: i3 does not support them, so GTK shouldn't use them.
2022-01-03 20:04:58 +01:00
Vincent Bernat
8162fb5318 picom: more Zoom fixes 2021-12-30 14:26:06 +01:00
Vincent Bernat
5582301cc0 picom: fix Zoom sharing window 2021-12-30 14:24:23 +01:00
Vincent Bernat
fb57fb4365 picom: just disable bluring for Firefox menus... 2021-12-20 21:35:19 +01:00
Vincent Bernat
d36a098edc gtk: disable shadows and radius to solve issue with Firefox menus
It works for tooltips, but not for menus.
2021-12-20 21:35:15 +01:00
Vincent Bernat
1a69ef4f6e picom: tentative to remove border around Firefox menus 2021-12-20 20:54:23 +01:00
Vincent Bernat
e44313b596 picom: don't alter opacity of xss-dimmer 2021-12-13 18:33:36 +01:00
Vincent Bernat
1e5c2f2bda picom: don't blur rofi background 2021-11-28 09:25:44 +01:00
Vincent Bernat
775766654d picom: shorten condition for blurred background 2021-11-23 13:26:22 +01:00
Vincent Bernat
feafa2ad93 picom: blur background of floating windows as well 2021-11-23 13:21:09 +01:00
Vincent Bernat
7f7c36080a picom: blur quake console 2021-11-21 16:41:30 +01:00
Vincent Bernat
ba5bf657d7 picom: also exclude hidden windows from shadows 2021-11-16 21:07:01 +01:00
Vincent Bernat
42e9a9a495 picom: simplify opacity rules, thanks to newer version of picom 2021-11-16 21:06:49 +01:00
Vincent Bernat
cc55f52b3d picom: don't blur dimmer 2021-11-12 16:34:49 +01:00
Vincent Bernat
8f25dada71 picom: try some blur
Only for small elements that were excluded from transparency until now.
2021-11-12 09:14:32 +01:00
Vincent Bernat
b0923aecea picom: lighter shadow
It really depends on the background...
2021-11-02 13:54:42 +01:00
Vincent Bernat
100a23fb03 picom: compute an offset for shadows 2021-11-02 13:29:31 +01:00
Vincent Bernat
d5dbb906b4 picom: i3 decorations should not cast a shadow 2021-11-02 13:26:21 +01:00
Vincent Bernat
21743fa9b0 picom: adapt shadow radius to DPI 2021-11-02 10:22:59 +01:00
Vincent Bernat
3770929742 picom: use a wrapper script to template picom configuration file 2021-11-02 10:12:56 +01:00
Vincent Bernat
de5f43ca28 picom: don't crop shadow at the edge of a screen
When splitting a monitor, this is a bit odd. The shadow from one dock
overlapping the other is less of a problem.
2021-11-02 09:47:45 +01:00
Vincent Bernat
4ce811cab3 picom: ensure shadows don't leak on the second screen 2021-11-01 22:03:32 +01:00
Vincent Bernat
af3e1da60a picom: make shadows not overlap on polybar
The easy solution would have been `shadow-exclude-reg = "x27+0+0"`,
but polybar dimension depends on the number of DPI.
2021-11-01 14:33:51 +01:00
Vincent Bernat
2abeb3f0bd picom: add shadows 2021-11-01 14:18:48 +01:00
Vincent Bernat
2841ae6853 picom: explicitely add fade-exclude 2021-10-24 14:58:44 +02:00
Vincent Bernat
abcb1454f3 picom: fix opacity rule for CSD 2021-10-24 14:54:43 +02:00
Vincent Bernat
941f5b827c picom: exclude GTK client side decorations from shadow and opacity 2021-10-24 14:53:55 +02:00
Vincent Bernat
778075f526 picom: exclude dimmer from shadow 2021-09-06 17:49:37 +02:00
Vincent Bernat
9d9b02fef4 picom: no transparency for mpv windows 2021-08-17 11:25:32 +02:00