V
V
vipsliv2b2022-02-17 11:57:12
css
vipsliv2b, 2022-02-17 11:57:12

How to put animated wallpaper on Manjaro XFCE?

Hello comrades, 2 days I can not figure out how to install live wallpaper in the xfce environment?

Answer the question

In order to leave comments, you need to log in

5 answer(s)
D
Dmitry Pechurkin, 2016-03-05
@DPechurkin

<div style="float:left;width:400px;height:400px"> </div>
<div style="float:left;width:200px;height:200px"> </div>
<div style="float:left;width:200px;height:200px"> </div>
<div style="float:left;width:200px;height:200px"> </div>
<div style="float:left;width:200px;height:200px"> </div>
<div style="float:left;width:200px;height:200px"> </div>
<div style="float:left;width:200px;height:200px"> </div>
<br style="clear:both;/>

something like this

M
Maxim Timofeev, 2016-03-05
@webinar

possible in css:
.item {float:left; width:200px; height:200px;}
.item:first-of-type {width:400px; height:400px;}
.item:last-of-type::after {content:""; display:block; height:1px; width:100%; clear:left; }

S
Sergey Goryachev, 2016-03-05
@webirus

easy
And as for the big block, it's a normal float left.
The little ones will stand just like that, first near, then below.

A
AlexVWill, 2022-02-17
@AlexVWill

No way... the wallpaper is a jpeg or png picture.

A
Adamos, 2022-02-17
@Adamos

It depends on what to call "live wallpaper". Just a regular change of pictures on a timer is a regular option in the XFCE desktop setup. I pointed out the folder with pictures, ticked the box, chose the shift period ...
Unless, of course, you even remember what kind of picture you have on your desktop.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question