bbedward
e45075dd84
launcher: fix binding loop
2026-01-04 17:19:35 -05:00
bbedward
80bc87e76b
clock: fixed width chars in vertical mode
2026-01-04 13:20:20 -05:00
bbedward
151d695212
launcher: optimize bindings and filters
2026-01-04 11:49:24 -05:00
bbedward
aa72eacae7
notifications: add image persistence
2026-01-03 19:56:08 -05:00
bbedward
166843ded4
niri: preserve remaining settings when turning off output
2026-01-03 16:17:16 -05:00
bbedward
6d76f0b476
power: add fade to monitor off option
...
fixes #558
2026-01-03 15:00:12 -05:00
bbedward
f3f720bb37
settings: fix network refresh button animation behavior
...
fixes #1258
2026-01-03 14:37:27 -05:00
bbedward
2bf85bc4dd
motifications: add support for configurable persistent history
...
fixes #929
2026-01-03 13:08:48 -05:00
bbedward
2991aac82e
printers: fix input field height
...
fixes #1254
2026-01-03 10:54:53 -05:00
Phil Jackson
4cb90c5367
Bar (mediaplayer): Mouse wheel options for media player widget ( #1248 )
...
* Add different options for scroll on media widget.
* Nicer lookup code.
* Remove some checks I didn't need.
* Update the search tags.
* EOF.
2026-01-02 17:08:42 -05:00
vha
7268a3fe7f
feat: Add group workspace apps toggle ( #1238 )
...
* Add group workspace apps toggle
* wording
* fix pre-commit
---------
Co-authored-by: bbedward <bbedward@gmail.com >
2026-01-02 15:55:51 -05:00
pcortellezzi
d2c4391514
feat: Persistent Plugins & Async Updates ( #1231 )
...
- PluginService: maintain persistent instances for Launcher plugins
- AppSearchService: reuse persistent instances for queries
- Added requestLauncherUpdate signal for async UI refreshes
2026-01-02 15:49:04 -05:00
sweenu
69b1d0c2da
bar(ws): add option to show name ( #1223 )
2026-01-02 15:47:33 -05:00
sweenu
ba28767492
bar(clock): respect compact mode on vertical bar ( #1222 )
2026-01-02 15:46:33 -05:00
Phil Jackson
1a98da22b2
Larger option for the media player widget. ( #1236 )
2026-01-01 22:12:37 -05:00
bbedward
f6279b1b2e
greeter: simplify start-hyprland check
2026-01-01 13:17:01 -05:00
bbedward
957c89a85d
settings: refactor for read-only handling
...
- Remove default-* copying logic
- Allow in-memory changes of settings/session datas
- Convert SessionData to newer spec pattern
- Migrate weather coords to Session data
- Bricks home manager (temporarily)
2026-01-01 13:13:35 -05:00
bbedward
571a9dabcd
dock: fix tooltip positioning with adjacent bars
2026-01-01 12:04:49 -05:00
bbedward
51ca9a7686
cachingimage: dont depend on sha256sum
2026-01-01 11:47:26 -05:00
Oscar R.
7d8de6e6f0
Improving the logic for start-hyprland wrapper use ( #1220 )
...
* Adding a way to use the start-hyprland wrapper when it's needed from Hyprland 0.53 it's recommended because offers more security if happens a fail
* Deleting unnecessary things and doing verifications
* fix pre-commit
* Changing to not depend on hyprctl to obtain version and avoid posible problems
---------
Co-authored-by: bbedward <bbedward@gmail.com >
2025-12-31 13:27:05 -05:00
bbedward
651672afe2
gamma: allow steps of 100 with slider
...
fixes #1216
2025-12-31 09:31:16 -05:00
bbedward
2dbadfe1b5
clipboard: single disable + read-only history option
2025-12-31 09:14:35 -05:00
bbedward
f1a876301b
dankbar: fix reveal on overview/niri when auto-hide on
2025-12-30 22:19:25 -05:00
bbedward
97a07c399a
greeter: use folderlistmodel for session iteration, add launch timeout
2025-12-30 11:49:00 -05:00
Oscar R.
18f095cb23
feat: implement smart compositor entry point (start-hyprland vs Hyprland) ( #1211 )
...
* Adding a way to use the start-hyprland wrapper when it's needed from Hyprland 0.53 it's recommended because offers more security if happens a fail
* Deleting unnecessary things and doing verifications
* fix pre-commit
---------
Co-authored-by: bbedward <bbedward@gmail.com >
2025-12-30 11:20:33 -05:00
bbedward
d95d516d64
settings: fix desktop widget accordion row height
...
fixes #1214
2025-12-30 10:56:20 -05:00
purian23
45ba64ab02
About versioning
2025-12-29 22:47:33 -05:00
bbedward
d5c7b5c0cc
workspace: update scroll accumulator logic
2025-12-29 12:11:37 -05:00
bbedward
60034be06a
dankbar: copy high-dpi scrolling logic from DankListView
2025-12-29 10:52:33 -05:00
bbedward
f08e2ef5b8
hypr: add disable output option
2025-12-28 23:15:43 -05:00
johngalt
c281bf3b53
Adding Zen Browser matugen template ( #1181 )
...
* Adding Zen Browser matugen template
* Fixing indentation for matugen.go edits
* Trying to fix linting again..
* Tweaking contrasting surface colors in css, renamed file to match how firefox userchrome is named, also changed output directory to DMS config directory (like firefox)
* Modifing Zen userChrome again: removing unused css stuff, tweaking colors to better align with how pywalfox handles backgrounds/toolbars
* Last few tweaks on CSS - changing url bar highlight color, changing contrast on selected urls in dropdown
* matugen.go: fix check command for zen browser
* search_index: add zen browser setting
2025-12-28 12:52:41 -05:00
xxyangyoulin
84fb567ff5
Notification: Right-click to toggle Do Not Disturb ( #1174 )
2025-12-28 00:34:52 -05:00
vha
b1632a0a03
Fix #1179 normal scrolling direction ( #1182 )
...
* added reverse scrolling to settings and widget
* added support for dankbar scrolling
* Better settings description
* removed isNiri conditional from search index
* fix #1179 breaking normal scroll direction
2025-12-27 18:23:31 -05:00
bbedward
7aff1182c8
desktop widgets: easier copy/delete
2025-12-27 14:13:29 -05:00
vha
fbe362cd20
feat: Added reverse workspace scrolling ( #1179 )
...
* added reverse scrolling to settings and widget
* added support for dankbar scrolling
* Better settings description
* removed isNiri conditional from search index
2025-12-27 13:47:50 -05:00
bbedward
da37e16b6e
window: remove unused signal
2025-12-27 12:32:42 -05:00
bbedward
23a93082c6
fix trailing whitespace
2025-12-27 09:43:42 -05:00
Tacticalsmooth
f7650b5e1f
Added mirroring option to display configuration ( #1156 )
...
* <quickshell/Modules/Settings/DisplayConfig>: Added mirroring option to the displayconfiguration
* removed niri option for mirroring
* Fix trailing whitespace
* removed emty rows
---------
Co-authored-by: Postboote1 <stoessel.matthias>
2025-12-27 09:27:19 -05:00
bbedward
3ebdd5631c
dankdash: fix binding breaking when clicking overview card
...
fixes #1170
2025-12-27 00:58:47 -05:00
Linken Quy Dinh
6c4caf121a
add seconds to wallpaper cycling ( #1169 )
2025-12-27 00:53:48 -05:00
bbedward
89788e9ca7
workspace: chagne pill hover color
2025-12-27 00:53:01 -05:00
bbedward
0787c63fed
bar: change widget base hover blend logic
2025-12-27 00:49:11 -05:00
bbedward
9fc0d5efff
settings: add index extractor script for search
2025-12-26 22:21:20 -05:00
bbedward
8a71ead51d
themes: remove catpuccin, support accent colors
2025-12-26 20:28:55 -05:00
bbedward
d9d6ab5776
settings: add search
...
- because tabs arent loaded at runtime, we have to have a separate index
- Less ideal, but functional enough for now
2025-12-26 19:19:47 -05:00
bbedward
d6fe7bea27
vpn: remove redundant property definitions
2025-12-26 19:02:16 -05:00
xxyangyoulin
1194f3ffb8
media: add scroll wheel behavior configuration ( #1160 )
2025-12-26 14:43:47 -05:00
bbedward
5ac81e6dd6
dankbar: dont apply exclusive zone to popup positioning
2025-12-26 14:38:34 -05:00
bbedward
ef52ce0990
themes: support for variants
2025-12-26 14:00:14 -05:00
bbedward
fd839059c0
popout: use mapToItem instead of mapToGlobal for popout positioning
...
fixes #1152
2025-12-25 12:50:26 -05:00