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
bbedward
6cff5f1146
settings: prevent overwrites if parse called with null object
2026-01-02 15:45:31 -05:00
Phil Jackson
1a98da22b2
Larger option for the media player widget. ( #1236 )
2026-01-01 22:12:37 -05:00
johngalt
618ccbcb2f
zen-userchrome.css - fixing workspaces container color ( #1194 )
2026-01-01 22:03:59 -05:00
Body
d3a79a055e
tweak background and popout colors to be brighter and more similar to adwaita ( #1237 )
2026-01-01 21:44:50 -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
bbedward
c141ad1e34
settings: guard saving before load completed
2026-01-01 11:30:09 -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
7ff751f8a2
vpn: attempt to support pkcs11 prompts
2025-12-31 10:03:49 -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
1edecb05bb
widgets: dynamic DankToggle height
2025-12-30 22:24:48 -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
518a5d38aa
settings: show parse error message
2025-12-29 10:46:03 -05:00
Eduardo Ribeiro
2eeaf8ff62
feat: allow adjusting notification volume ( #1199 )
2025-12-29 10:41:12 -05:00
bbedward
cffee0fae6
matugen: make check codition an array
2025-12-29 10:36:24 -05:00
bbedward
f08e2ef5b8
hypr: add disable output option
2025-12-28 23:15:43 -05:00
Joaquim S.
2b0070c31a
matugen/template: Soothing neovim theme ( #1201 )
2025-12-28 21:49:44 -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
e7f94c94cc
i18n: fix RTL alignment of settings sidebar
2025-12-27 12:51:10 -05:00
bbedward
7523190b16
i18n: add farsi
2025-12-27 12:46:40 -05:00
bbedward
da37e16b6e
window: remove unused signal
2025-12-27 12:32:42 -05:00
xxyangyoulin
5c420ab50b
AppSearch: Add ID search fallback for non-English / non-standard apps ( #1173 )
2025-12-27 12:26:43 -05:00
Joaquim S.
4493b7c231
matugen/template: Improve on generated theme + using dank16 instead ( #1177 )
2025-12-27 11:14:18 -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
6611dfbe05
settings: fix search height
2025-12-26 20:44:35 -05:00
bbedward
8a71ead51d
themes: remove catpuccin, support accent colors
2025-12-26 20:28:55 -05:00