summaryrefslogtreecommitdiff
path: root/modules/background (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-01-22remove more things, make lock screen use wallpaper not screenshotFreya Murphy1-11/+5
2026-01-22remove more stuffffFreya Murphy2-135/+2
2026-01-20background: fix desktop clock 12h format2 * r + 2 * t1-9/+14
2026-01-18background: redesign desktop clock and allow positioning (#1092)Ezekiel Gonzales2-21/+259
* background(desktop clock): Redesigned the Desktop Clock and allow positioning and scaling * desktopClock: initial fix for contrast and added debug tool * fix properties * fix BackgroundConfig.qml for desktopClock * removed debugging tool and applied maintainer suggestions * added invert colors, opacity, and fix positioning * added blur, fix layout, allow invert colors * added implicitWidth behavior and small change
2026-01-16internal: fix errors due to sync loaders2 * r + 2 * t1-1/+1
2026-01-16internal: no async loaders2 * r + 2 * t2-2/+0
Fixes reload issue and all stuff not loading issues
2026-01-16background: non async loader2 * r + 2 * t1-1/+0
Fixes #1074 Closes #1080
2025-11-20background: enable asynchronous loading for background componentATMDA1-0/+1
2025-11-13fix: background not loading on config reloadATMDA1-1/+0
2025-11-09fix: window title while keeping new panelsATMDA1-0/+1
modified: config/BarConfig.qml modified: modules/BatteryMonitor.qml modified: modules/background/DesktopClock.qml modified: modules/bar/Bar.qml modified: modules/controlcenter/WindowFactory.qml modified: modules/controlcenter/WindowTitle.qml
2025-11-09controlcenter: network and audio panelsATMDA1-1/+0
2025-11-03background: use clock font for the desktop clock font family (#852)anders1301-0/+1
2025-10-30background: fix wallpaper loading on init2 * r + 2 * t1-0/+5
Fixes #779 Closes #847
2025-10-21background: fix visualiser blur + allow disable2 * r + 2 * t2-49/+61
Fixes #807
2025-09-22internal: fix choose wallpaper button2 * r + 2 * t1-3/+0
2025-09-13plugin: refactor into modules2 * r + 2 * t1-1/+1
2025-09-09plugin/ac: not singleton2 * r + 2 * t1-2/+2
Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service
2025-09-08dashboard/media: ensure visualiser heads2 * r + 2 * t1-1/+0
2025-09-08plugin/ap: fix collector2 * r + 2 * t1-3/+4
Actually read from speakers not mic
2025-08-27hypr: fix active window and window focus (#483)Davi Ribeiro1-0/+3
* services/hypr: fix active window and window focus * format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-25background: add visualiser2 * r + 2 * t2-1/+152
Also dashboard.visualiserBars -> services.visualiserBars
2025-08-24internal: use Anim component2 * r + 2 * t1-4/+1
2025-08-04internal: refactor widgets folder2 * r + 2 * t3-4/+5
Split into subdirs and rename to components
2025-08-04background: fix when disabled2 * r + 2 * t1-2/+3
Fixes #246, #283
2025-07-31config: respect user locale for twelve hour clock & temperature (#290)Laurens Duin1-1/+1
* bar: add 12h clock option * feat: allow custom format config * feat: 12h clock based on locale with config * chore: cleanup * fix: PR comments, add automatic fahrenheit * fix: formatting * dashboard: fix up date time * lock: better 12h clock --------- Co-authored-by: Soramane <61896496+soramanew@users.noreply.github.com>
2025-07-22filedialog: better icon filtering2 * r + 2 * t1-1/+1
Only thumbnail valid image types Also move wallpaper extensions into separate singleton in utils
2025-07-22background: load not async2 * r + 2 * t1-1/+1
Fixes #235
2025-07-22background: some fixes for desktop clock2 * r + 2 * t2-2/+25
Loader + use implicit width/height + move
2025-07-22feat: add a simple desktop clock (#238)Kaj1-0/+7
* Adds a simple desktop clock * Adds ability to change color * Sets the desktop clock to be disabled by default * Improves desktop clock code based on feedback * Disable the clock by default * Fixes config of background clock * Removes the timer for the desktop clock --------- Co-authored-by: Kaj Giesbers <kajgiesbers@gmail.com>
2025-07-20config: allow disabling background2 * r + 2 * t1-15/+20
Closes #208
2025-07-20feat: better file dialog2 * r + 2 * t1-4/+4
2025-07-16internal: use new qs importsSoramane2-5/+5
2025-07-07paths: decode urls2 * r + 2 * t1-2/+4
Fixes spaces in paths breaking things
2025-06-26icons: use variable axes2 * r + 2 * t1-3/+0
2025-06-18wallpaper: add fallback and selector2 * r + 2 * t1-1/+76
Add fallback for when no wallpaper and button to set
2025-06-13internal: better caching impl2 * r + 2 * t1-10/+4
WARNING: causes blocking when caching image on first load
2025-06-04internal: use panelwindow2 * r + 2 * t1-2/+2
Using WlrLayershell broke for newer versions of qs
2025-05-28drawers: better show/hide anims2 * r + 2 * t1-3/+0
Use m3 expressive curves
2025-05-08refactor: move drawers into separate module2 * r + 2 * t2-128/+12
2025-05-08wallpaper: fix flash when changing wallpapers2 * r + 2 * t1-0/+1
2025-05-06refactor: popout layer consistency with border2 * r + 2 * t1-9/+11
Make them use the same background colour and rounding as the border
2025-05-05thumbnailer: use single process + load original2 * r + 2 * t1-0/+1
2025-05-05feat: show osd on border hover2 * r + 2 * t1-0/+6
2025-05-05thumbnailer: better caching2 * r + 2 * t1-6/+8
2025-05-05wallpaper: limit source size2 * r + 2 * t1-0/+2
Also animate launcher and osd background colours
2025-05-05feat: wallpaper and colour preview2 * r + 2 * t1-1/+1
2025-05-05feat: wallpaper2 * r + 2 * t2-0/+77
2025-05-05refactor: move colours to separate service2 * r + 2 * t1-1/+2
2025-05-05feat: bar shadow2 * r + 2 * t1-3/+0
2025-05-05feat: shadow2 * r + 2 * t1-37/+79
Border exclusivity Fix slider handle text colour