diff options
| author | Danilo M. <danix@danix.xyz> | 2026-07-17 11:42:28 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-07-17 11:42:28 +0200 |
| commit | 4eb63ab2ba4d703affbe85fb9d616334019d6b7c (patch) | |
| tree | c86391e68bbf32c1cb722f340a2b8300c30d7cdd /data | |
| parent | b2517c9270382794b3ec5be73201590b4127d553 (diff) | |
| download | hyprsunset-qt-31a3be3e08f274344783b53698e619cb65b5eeab.tar.gz hyprsunset-qt-31a3be3e08f274344783b53698e619cb65b5eeab.zip | |
packaging: add SlackBuild, .desktop launcher and iconv0.1.0
Adds a SBo-style SlackBuild (noarch, pyproject wheel install) plus the
desktop entry and scalable icon it installs to hicolor. .info DOWNLOAD/MD5
are placeholders pending a tagged release.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Diffstat (limited to 'data')
| -rw-r--r-- | data/hyprsunset-qt.desktop | 10 | ||||
| -rw-r--r-- | data/hyprsunset-qt.svg | 30 |
2 files changed, 40 insertions, 0 deletions
diff --git a/data/hyprsunset-qt.desktop b/data/hyprsunset-qt.desktop new file mode 100644 index 0000000..5e4e07b --- /dev/null +++ b/data/hyprsunset-qt.desktop @@ -0,0 +1,10 @@ +[Desktop Entry] +Type=Application +Name=hyprsunset-qt +GenericName=Sunset Color Temperature +Comment=Edit hyprsunset profiles and restart the daemon +Exec=hyprsunset-qt +Icon=hyprsunset-qt +Terminal=false +Categories=Settings; +Keywords=hyprsunset;gamma;temperature;bluelight;nightlight; diff --git a/data/hyprsunset-qt.svg b/data/hyprsunset-qt.svg new file mode 100644 index 0000000..982fb36 --- /dev/null +++ b/data/hyprsunset-qt.svg @@ -0,0 +1,30 @@ +<?xml version="1.0" encoding="UTF-8"?> +<svg width="128" height="128" viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg"> + <defs> + <linearGradient id="sky" x1="0" y1="0" x2="0" y2="1"> + <stop offset="0" stop-color="#2a2a5e"/> + <stop offset="0.5" stop-color="#d9663a"/> + <stop offset="1" stop-color="#f2b134"/> + </linearGradient> + <linearGradient id="sun" x1="0" y1="0" x2="0" y2="1"> + <stop offset="0" stop-color="#fff3c4"/> + <stop offset="1" stop-color="#ff9d2e"/> + </linearGradient> + </defs> + <rect x="4" y="4" width="120" height="120" rx="24" fill="url(#sky)"/> + <!-- horizon --> + <rect x="4" y="86" width="120" height="38" rx="0" fill="#7a3d1f"/> + <rect x="4" y="86" width="120" height="6" fill="#9a4d28"/> + <!-- setting sun, clipped at horizon --> + <clipPath id="above"><rect x="4" y="4" width="120" height="84"/></clipPath> + <g clip-path="url(#above)"> + <circle cx="64" cy="88" r="26" fill="url(#sun)"/> + <g stroke="#ffd977" stroke-width="4" stroke-linecap="round"> + <line x1="64" y1="40" x2="64" y2="30"/> + <line x1="34" y1="60" x2="26" y2="54"/> + <line x1="94" y1="60" x2="102" y2="54"/> + <line x1="44" y1="46" x2="38" y2="39"/> + <line x1="84" y1="46" x2="90" y2="39"/> + </g> + </g> +</svg> |
