You are not logged in.
issue:
https://i2.paste.pics/EJYBS.png
i use i3-gaps and picom my configuration is:
#-------- Backend
backend = "glx";
vsync = true;
#glx-no-stencil = true;
glx-no-rebind-pixmap = true;
glx-copy-from-front = false;
#-------- Shadow
shadow = true;
shadow-radius = 7;
shadow-offset-x = -7;
shadow-offset-y = -7;
# shadow-opacity = 0.7;
# shadow-red = 0.0;
# shadow-green = 0.0;
# shadow-blue = 0.0;
shadow-exclude = [
"name = 'Notification'",
"class_g = 'Conky'",
# "class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
"class_g = 'firefox' && argb",
"_GTK_FRAME_EXTENTS@:c"
];
# shadow-exclude = "n:e:Notification";
# shadow-exclude-reg = "x10+0+0";
# xinerama-shadow-crop = true;
#-------- Fading
#fading = true;
#fade-delta = 4;
fading = true;
# fade-delta = 30;
fade-in-step = 0.03;
fade-out-step = 0.03;
# no-fading-openclose = true;
# no-fading-destroyed-argb = true;
fade-exclude = [ ];
#-------- Transparency / Opacity
inactive-opacity = 1;
frame-opacity = 0.9;
inactive-opacity-override = false;
focus-exclude = [ "class_g = 'Cairo-clock'" ];
opacity-rule = [
"85:class_g = 'Org.gnome.Nautilus'",
"85:class_g = 'Rofi'",
"85:class_g = 'dunst'",
"95:class_g = 'discord'",
"95:class_g = 'Thunderbird'",
"95:class_g = 'URxvt' && focused",
"70:class_g = 'URxvt' && !focused"
];
#-------- Background-Blurring
blur-kern = "3x3box";
blur-background-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'",
"_GTK_FRAME_EXTENTS@:c"
];
#-------- Dimming
inactive-dim = 0.10;
inactive-dim-fixed = true;
#focus-exclude = [ "class_g = 'Peek'" ];
#-------- Other
refresh-rate = 0;
xrender-sync-fence = true; #For Urxvt flickering
mark-wmwin-focused = true;
mark-ovredir-focused = true;
#use-ewmh-active-win = true;
detect-rounded-corners = true;
detect-client-opacity = true;
detect-transient = true;
detect-client-leader = true;
invert-color-include = [ ];
wintypes:
{
tooltip = { fade = true; shadow = true; opacity = 0.75; focus = true; full-shadow = false; };
dock = { shadow = false; }
dnd = { shadow = false; }
popup_menu = { opacity = 0.8; }
dropdown_menu = { opacity = 0.8; }
};and mpv settings:
#---- GENERAL ----
geometry=50%:50%
autofit=90%x80%
cache=yes
save-position-on-quit
window-scale=1
#fs=yes
#---- SVP 4 ____
#input-ipc-server=/tmp/mpvsocket # *nix only
#hr-seek-framedrop=no
#no-resume-playback
#---- VIDEO ----
profile=gpu-hq
#gpu-api=vulkan
#vulkan-swap-mode=fifo
scale=ewa_lanczossharp
cscale=ewa_lanczossharp
video-sync=display-resample
interpolation=yes
tscale=oversample
dither-depth=auto
#hwdec=auto-copy #enable if you want hardware acceleration
#hwdec-codecs=all #enable if hwdec is enabaled
#video-aspect-override=16:9
#---- display color gamut ----
#icc-profile="C:\Windows\System32\spool\drivers\color\ASUS VG24V.icm" # Use defined icc file
#---- AUDIO ----
ao=pulse
volume=91
volume-max=120
audio-normalize-downmix=yes
audio-pitch-correction=yes
alang=ja,jp,jpn,en,eng
#---- SUBTITLES ----
sub-auto=fuzzy
demuxer-mkv-subtitle-preroll=yes
#sub-pos=95
sub-margin-y=95
sub-blur=1
sub-font="Bahij Nassim"
sub-bold=yes
sub-font-size=51
sub-color="#F0F0F0"
sub-border-size=2
sub-border-color="#241744"
sub-shadow-color="#433B3B"
sub-shadow-offset=0.5
slang=ar,ara,en,eng
#---- SCREENSHOT ----
screenshot-format=png
screenshot-jpeg-quality=95
screenshot-directory="/home/sentaku/Pictures"
#---- OSD ----
video-osd=yes
osd-fractions=yes
osd-duration=1500
osd-level=1
osd-scale=0.5
osd-bar-w=90.0
osd-bar-h=2.0
no-osd-bar # Hide OSD bar when seeking.
osd-duration=500 # Hide OSD text after x ms.
osd-font="Trebuchet MS"
osd-color="#f5cb42"
osd-border-size=1
osd-border-color="#FF262626"
osd-shadow-color="#33262626"
osd-shadow-offset=1.25
#---- YTDL ----
ytdl=yes
ytdl-format=bestvideo[height<=?1080]+bestaudio/bestany help please to remove that transparent bar?.
moderator edit -- replaced oversized image with link.
Pasting pictures and code
Last edited by 2ManyDogs (2021-10-28 12:41:35)
Offline
seems this solved it to me:
i add in picom.conf
frame-opacity = 1;referred to:
https://github.com/yshui/picom/issues/547
Offline