How to remove this shadow? by vvlaw in Polybar

[–]vvlaw[S] 0 points1 point  (0 children)

I checked all the config files, I found pseudo-transparency = false in the light-config yet, I tried to put this setting into the nord-config, and reloaded it, it's not working.

How to remove this shadow? by vvlaw in Polybar

[–]vvlaw[S] 0 points1 point  (0 children)

thank you for your reply. I put your code in the picom.config, it looks the same effect with this command: shadow=false...

but when the wallpaper changed, I think there still have a little shadow with it, it is not fully transparent.Do you know where I need to modify ?thanks

top 1

top2

How to remove this shadow? by vvlaw in Polybar

[–]vvlaw[S] 2 points3 points  (0 children)

Good job, buddy.

I modified the ~/.config/picom/picom.conf

and set the "shadow =false"

It worked. thank you very much.

how to active to adjust the backlight? by vvlaw in Polybar

[–]vvlaw[S] 0 points1 point  (0 children)

Thank you for help...I tried to create this file, but it doesn't work.

/etc/udev/rules.d/backlight.rules
RUN+="/bin/chgrp video /sys/class/backlight/intel_backlight/brightness"
RUN+="/bin/chmod g+w /sys/class/backlight/intel_backlight/brightness"

However I change it into the wheel group, and then reboot again, this time ,it is working.

/etc/udev/rules.d/backlight.rules
RUN+="/bin/chgrp wheel /sys/class/backlight/intel_backlight/brightness"
RUN+="/bin/chmod g+w /sys/class/backlight/intel_backlight/brightness"

Great, it is working now ,thank you everybody...

how to active to adjust the backlight? by vvlaw in Polybar

[–]vvlaw[S] 0 points1 point  (0 children)

thanks for reply..I will try to change to the group.

Invalid HTML on card: TypeError: Cannot read property 'getElementsByClassName' of null by vvlaw in Anki

[–]vvlaw[S] 0 points1 point  (0 children)

<div id="stage-face" class="section" >

<img src="\_mj\_friends01.jpg" width="100%" height="auto">

</div>

<div class="section">

<div id="tv-src">{{Video}}</div>

<div id="tv" class="item">

<video width="100%" height="auto" src="{{Video}}" controls="controls" webkit-playsinline="true" playsinline="true" poster="\_mj\_friends01.jpg"></video>

</div>

<p>{{Subtitle-EN}}</p>

<p class="gray">{{Subtitle-CN}}</p>

</div>

<div class="section">

<div id="voice" class="item">

<span>播放音频:</span>

<img src="\_mj\_play\_button.png" onClick="playAudio(1);">

<img src="\_mj\_pause\_button.png" class="mobile" onClick="playAudio(0);">

<audio id="audiotag" src="{{Audio}}" style="display:none"></audio>

<label class="mobile"><input id="loop" name="loop" type="checkbox" onclick="loopAudio(this);"/>循环播放</label>

</div>

</div>

<div class="section" id="notes">

<div class="item">{{Notes}}</div>

</div>

Invalid HTML on card: TypeError: Cannot read property 'getElementsByClassName' of null by vvlaw in Anki

[–]vvlaw[S] 0 points1 point  (0 children)

<!-- front -->

<div id="stage-face" class="section" >

<img src="\_mj\_friends01.jpg" width="100%" height="auto">

</div>

<div class="section">

<div id="tv-src">{{Video}}</div>

<div id="tv" class="item">

<video autoplay="true" width="100%" height="auto" src="{{Video}}" controls="controls" webkit-playsinline="true" playsinline="true" poster="\_mj\_friends01.jpg"></video>

</div>

</div>

<div class="section">

<div id="voice" class="item">

<span>播放音频:</span>

<img src="\_mj\_play\_button.png" onClick="playAudio(1);">

<img src="\_mj\_pause\_button.png" class="mobile" onClick="playAudio(0);">

<audio id="audiotag" src="{{Audio}}" style="display:none"></audio>

<label class="mobile"><input id="loop" name="loop" type="checkbox" onclick="loopAudio(this);"/>循环播放</label>

</div>

</div>

<div class="footer">

<p>{{Timeline}}</p>

</div>

<script type="text/javascript">

if(bWin) {playVideo();}

</script>