Compare commits
No commits in common. "ff316cdcd81992c332541d71c1ba4b4a7f02c906" and "3c27c1018c0c41aa98cdce7234ca6d0688e0acbc" have entirely different histories.
ff316cdcd8
...
3c27c1018c
3 changed files with 3 additions and 21 deletions
BIN
public/assets/showcase/end4.mp4
(Stored with Git LFS)
BIN
public/assets/showcase/end4.mp4
(Stored with Git LFS)
Binary file not shown.
|
@ -6,13 +6,6 @@ const videos = [
|
||||||
author: '<a href="https://github.com/soramanew">soramane</a>',
|
author: '<a href="https://github.com/soramanew">soramane</a>',
|
||||||
source: "https://github.com/caelestia-dots/shell",
|
source: "https://github.com/caelestia-dots/shell",
|
||||||
path: "/assets/showcase/soramane.mp4",
|
path: "/assets/showcase/soramane.mp4",
|
||||||
installable: true,
|
|
||||||
},
|
|
||||||
{
|
|
||||||
author: '<a href="https://github.com/end-4">end_4</a>',
|
|
||||||
source: "https://github.com/end-4/dots-hyprland",
|
|
||||||
path: "/assets/showcase/end4.mp4",
|
|
||||||
installable: true,
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
author: '<a href="https://outfoxxed.me">outfoxxed</a>',
|
author: '<a href="https://outfoxxed.me">outfoxxed</a>',
|
||||||
|
@ -44,7 +37,7 @@ const videos = [
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="marquee-content" class="marquee-content" data-scroll="0" data-media-index="0">
|
<div id="marquee-content" class="marquee-content" data-scroll="0" data-media-index="0">
|
||||||
{videos.map(({ author, source, installable, path }, index) => <div class="marquee-item">
|
{videos.map(({ author, source, path }, index) => <div class="marquee-item">
|
||||||
<div>
|
<div>
|
||||||
<video
|
<video
|
||||||
data-media-index={index}
|
data-media-index={index}
|
||||||
|
@ -60,8 +53,7 @@ const videos = [
|
||||||
</video>
|
</video>
|
||||||
<p>
|
<p>
|
||||||
Configuration by <Fragment set:html={author}/>
|
Configuration by <Fragment set:html={author}/>
|
||||||
{source && !installable && <>(<a href={source}>source code</a>)</>}
|
{source && <>(<a href={source}>source code</a>)</>}
|
||||||
{source && installable && <>(<a href={source}>install</a>)</>}
|
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>)}
|
</div>)}
|
||||||
|
@ -69,7 +61,7 @@ const videos = [
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
const videoCount = 6; // last array index
|
const videoCount = 5; // last array index
|
||||||
const marquee = document.getElementById("marquee-content")!;
|
const marquee = document.getElementById("marquee-content")!;
|
||||||
marquee.style.setProperty("--scroll", "0")
|
marquee.style.setProperty("--scroll", "0")
|
||||||
|
|
||||||
|
|
|
@ -24,13 +24,6 @@ A specific configuration can be picked using the `--config` or `-c` argument to
|
||||||
Configs located at other paths outside XDG standard, including raw qml files,
|
Configs located at other paths outside XDG standard, including raw qml files,
|
||||||
can be run with `--path` or `-p`.
|
can be run with `--path` or `-p`.
|
||||||
|
|
||||||
> [!CAUTION]
|
|
||||||
> Many users use root imports, in the form `import "root:/path/to/module"`. These are an old
|
|
||||||
> Quickshell feature that will break the LSP and singletons. Keep that in mind if you decide
|
|
||||||
> to use them.
|
|
||||||
>
|
|
||||||
> A replacement without these issues is planned.
|
|
||||||
|
|
||||||
## Creating Windows
|
## Creating Windows
|
||||||
|
|
||||||
Quickshell has two main window types available:
|
Quickshell has two main window types available:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue