🎉 SYNTHWAVE WALLPAPER: video wallpaper goes brrr
ships Retro Sun WPE.mp4 (credit: James White design, E-Cube anim) as default desktop wallpaper via Smart Video Wallpaper Reborn plasmoid. muted by default so your ears dont get synthwaved at 6am. mpv bumped from optdepends to depends bc we ship a video now. also the layan theme now comes with a built-in rave, you're welcome.
This commit is contained in:
+6
-5
@@ -633,7 +633,7 @@ immutability=1
|
||||
lastScreen=0
|
||||
location=0
|
||||
plugin=org.kde.plasma.folder
|
||||
wallpaperplugin=org.kde.image
|
||||
wallpaperplugin=luisbocanegra.smart.video.wallpaper.reborn
|
||||
|
||||
[Containments][87][ConfigDialog]
|
||||
DialogHeight=540
|
||||
@@ -646,10 +646,11 @@ ToolBoxButtonY=56
|
||||
positions={"1920x1080":["1","17"],"2560x1440":[]}
|
||||
sortMode=-1
|
||||
|
||||
[Containments][87][Wallpaper][org.kde.image][General]
|
||||
Image=/usr/share/logos/Plasma64.png
|
||||
PreviewImage=/usr/share/logos/Plasma64.png
|
||||
SlidePaths=/usr/share/logos/
|
||||
[Containments][87][Wallpaper][luisbocanegra.smart.video.wallpaper.reborn][General]
|
||||
VideoUrls=["file:///usr/share/backgrounds/antergos/Retro%20Sun%20WPE.mp4"]
|
||||
Volume=0
|
||||
MuteMode=5
|
||||
FillMode=2
|
||||
|
||||
[Containments][9][Applets][24][Configuration]
|
||||
PreloadWeight=42
|
||||
|
||||
Executable
BIN
Binary file not shown.
@@ -1,17 +1,23 @@
|
||||
# Maintainer: Celestia Ludenberg <ash8820@proton.me>
|
||||
#
|
||||
# Video wallpaper credits:
|
||||
# "Synthwave - New Retro Wave"
|
||||
# Design by James White (https://society6.com/jameswhite)
|
||||
# Animation by E-Cube
|
||||
# Retrieved from Steam Workshop under fair use as a bundled
|
||||
# live wallpaper for Antergos NeXT ISO.
|
||||
|
||||
pkgname=antergos-layan-theme
|
||||
pkgver=1.0
|
||||
pkgrel=3
|
||||
pkgrel=4
|
||||
pkgdesc='Antergos NeXT Layan theme suite — KDE configs, Kvantum, SDDM theme, and plasmoids'
|
||||
arch=('any')
|
||||
url="https://github.com/Antergos-NeXT/antergos-packages"
|
||||
license=('GPL')
|
||||
depends=('sddm' 'kvantum' 'yakuake' 'antergos-wallpapers')
|
||||
depends=('sddm' 'kvantum' 'yakuake' 'antergos-wallpapers' 'mpv')
|
||||
optdepends=('cava: audio visualizer data source for Kurve'
|
||||
'python-websockets: Kurve audio visualizer WebSocket fallback'
|
||||
'qt6-websockets: Kurve audio visualizer QML WebSocket module'
|
||||
'mpv: video wallpaper support'
|
||||
'fzf: plasmusic-toolbar management integration'
|
||||
'flatpak: plasmusic-toolbar flatpak support'
|
||||
'yay: AUR helper integration for plasmusic-toolbar')
|
||||
@@ -45,6 +51,10 @@ package() {
|
||||
mkdir -p "${pkgdir}/usr/share/pixmaps"
|
||||
cp "${srcdir}/Configs/System/usr/share/pixmaps/antergos.png" "${pkgdir}/usr/share/pixmaps/"
|
||||
|
||||
# ── Default video wallpaper ──
|
||||
cp "${srcdir}/Configs/System/usr/share/backgrounds/antergos/Retro Sun WPE.mp4" \
|
||||
"${pkgdir}/usr/share/backgrounds/antergos/"
|
||||
|
||||
# ── Start menu icon for icon theme ──
|
||||
mkdir -p "${pkgdir}/usr/share/icons/hicolor/scalable/places"
|
||||
cp "${srcdir}/Configs/System/usr/share/icons/hicolor/scalable/places/start-here-kde-antergos.svg" "${pkgdir}/usr/share/icons/hicolor/scalable/places/start-here-kde-antergos.svg"
|
||||
|
||||
Reference in New Issue
Block a user