Merge pull request #322 from 1chan-level-journalist/master

Animated Thunar spinner
This commit is contained in:
grassmunk 2024-01-17 16:38:41 -08:00 committed by GitHub
commit 0cee840232
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
45 changed files with 59 additions and 1 deletions

View File

@ -0,0 +1,57 @@
@keyframes throbfade {
14% { -gtk-icon-source: url("../assets/throbber/throbber_f1.png"); }
28% { -gtk-icon-source: url("../assets/throbber/throbber_f2.png"); }
42% { -gtk-icon-source: url("../assets/throbber/throbber_f3.png"); }
57% { -gtk-icon-source: url("../assets/throbber/throbber_f4.png"); }
71% { -gtk-icon-source: url("../assets/throbber/throbber_f5.png"); }
85% { -gtk-icon-source: url("../assets/throbber/throbber_f6.png"); }
100% { -gtk-icon-source: url("../assets/throbber/throbber_f7.png"); }
}
@keyframes throbber {
2% { -gtk-icon-source: url("../assets/throbber/throbber_f8.png"); }
4% { -gtk-icon-source: url("../assets/throbber/throbber_f9.png"); }
6% { -gtk-icon-source: url("../assets/throbber/throbber_f10.png"); }
8% { -gtk-icon-source: url("../assets/throbber/throbber_f11.png"); }
10% { -gtk-icon-source: url("../assets/throbber/throbber_f12.png"); }
12% { -gtk-icon-source: url("../assets/throbber/throbber_f13.png"); }
14% { -gtk-icon-source: url("../assets/throbber/throbber_f14.png"); }
16% { -gtk-icon-source: url("../assets/throbber/throbber_f15.png"); }
18% { -gtk-icon-source: url("../assets/throbber/throbber_f16.png"); }
20% { -gtk-icon-source: url("../assets/throbber/throbber_f17.png"); }
22% { -gtk-icon-source: url("../assets/throbber/throbber_f18.png"); }
24% { -gtk-icon-source: url("../assets/throbber/throbber_f19.png"); }
26% { -gtk-icon-source: url("../assets/throbber/throbber_f20.png"); }
28% { -gtk-icon-source: url("../assets/throbber/throbber_f21.png"); }
30% { -gtk-icon-source: url("../assets/throbber/throbber_f22.png"); }
32% { -gtk-icon-source: url("../assets/throbber/throbber_f23.png"); }
34% { -gtk-icon-source: url("../assets/throbber/throbber_f24.png"); }
36% { -gtk-icon-source: url("../assets/throbber/throbber_f25.png"); }
38% { -gtk-icon-source: url("../assets/throbber/throbber_f26.png"); }
40% { -gtk-icon-source: url("../assets/throbber/throbber_f27.png"); }
42% { -gtk-icon-source: url("../assets/throbber/throbber_f28.png"); }
44% { -gtk-icon-source: url("../assets/throbber/throbber_f29.png"); }
46% { -gtk-icon-source: url("../assets/throbber/throbber_f30.png"); }
48% { -gtk-icon-source: url("../assets/throbber/throbber_f31.png"); }
50% { -gtk-icon-source: url("../assets/throbber/throbber_f32.png"); }
52% { -gtk-icon-source: url("../assets/throbber/throbber_f33.png"); }
54% { -gtk-icon-source: url("../assets/throbber/throbber_f34.png"); }
56% { -gtk-icon-source: url("../assets/throbber/throbber_f35.png"); }
58% { -gtk-icon-source: url("../assets/throbber/throbber_f36.png"); }
60% { -gtk-icon-source: url("../assets/throbber/throbber_f37.png"); }
62% { -gtk-icon-source: url("../assets/throbber/throbber_f38.png"); }
64% { -gtk-icon-source: url("../assets/throbber/throbber_f39.png"); }
66% { -gtk-icon-source: url("../assets/throbber/throbber_f40.png"); }
68% { -gtk-icon-source: url("../assets/throbber/throbber_f41.png"); }
70% { -gtk-icon-source: url("../assets/throbber/throbber_f42.png"); }
100% { -gtk-icon-source: url("../assets/throbber/throbber_f43.png"); }
}
.thunar menubar menuitem spinner:checked {
opacity: 1;
margin-left:-1px;
margin-top:-1px;
animation: throbfade 1s steps(7), throbber 4s steps(35) infinite;
}
.thunar menubar menuitem spinner:checked:disabled {
opacity: 1;
}

View File

@ -57,7 +57,8 @@ Make sure that all changes made here are part of the Thunar application.
background-position: center;
background-size: 21px 17px;
padding-left: 1.5em;
padding-right: 1.5em; }*/
padding-right: 1.5em; }
@import url("thunar-throbber.css");*/
.thunar notebook .standard-view {
padding: 0px;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB