• Joined on 2025-10-16
honney pushed to main at honney/fish 2026-09-18 19:50:22 +02:00
60bf635a0c feat: add rscp function for rsyncing files to NAS datasets
honney pushed to main at honney/.bin 2026-09-18 19:41:57 +02:00
5b1d460d3d feat: add ffprobe side_data parsing for HDR/SDR detection
honney pushed to main at honney/.bin 2026-09-18 19:20:17 +02:00
6d0daddea5 feat: added base for sdr/hdr detection
06c7268308 feat: add new scripts and update existing ones
184b99add1 feat: add run_in_all_folders script for running commands across all directories
Compare 3 commits »
honney pushed to main at honney/hypr 2026-09-08 23:28:16 +02:00
b3b3f9825b fix: changed some autostart apps
honney pushed to main at honney/quickshell 2026-09-07 00:37:30 +02:00
c45074b247 FIX: made borders of notifications rounded
cf2388f6d8 feat: add PCB-related icon for AppsState
3014a4cc3b fix: Update BarLoader.qml to handle null checks for workspace hasFullscreen
5ea11ae9f7 fix: ensure battery and network state files are checked for existence before operations
Compare 4 commits »
honney pushed to main at honney/quickshell 2026-09-02 16:05:01 +02:00
31378f9769 feat: refactor battery and network state to use file history and save logic
honney pushed to main at honney/quickshell 2026-09-02 15:09:11 +02:00
0fad9baa5b fix: hide not given stats
f9c14c84b4 feat: added graphs to battery hover windows
Compare 2 commits »
honney pushed to main at honney/quickshell 2026-09-02 00:55:33 +02:00
510cbb0cec feat: refactor NotificationHistory.qml to improve hover tracking and auto-closing behavior
honney pushed to main at honney/hypr 2026-09-02 00:54:17 +02:00
48fb1e6a19 fixes to Notifications
honney pushed to main at honney/quickshell 2026-09-02 00:30:48 +02:00
aea40a3e42 feat: removed wrong new line
8eb08631f7 fix: autoclose only when not hovered
a827d1e92c fix: removed notes
27401c25a0 feat: refactor notification system to manage hover states centrally and auto close
Compare 4 commits »
honney pushed to main at honney/quickshell 2026-09-02 00:00:30 +02:00
b59eb012ba feat: refactor: add helpers for summary/body placement in NotificationBody
2df40a2a76 fix: Update NotificationBody.qml for expanded groups and clear-group functionality
Compare 2 commits »
honney pushed to main at honney/quickshell 2026-09-01 22:45:09 +02:00
9788529f55 feat: Introduce NotificationHistoryLoader to manage opening and closing the NotificationHistory panel.
94d9dd6fac feat: update bar height configuration and bar visibilty on fullscreen
764f8197fb feat: refactor bar spacing functions to use dedicated functions
36486179d5 fix: Update notification sound play logic
Compare 4 commits »
honney pushed to main at honney/hypr 2026-08-31 21:37:05 +02:00
d07e185ddf feat: update quickshell session to use qt6ct environment variable
honney pushed to main at honney/fish 2026-08-31 21:36:34 +02:00
8b8be02912 some fixes
honney pushed to main at honney/quickshell 2026-08-31 17:53:54 +02:00
14da95aa3f feat: add NotificationOverview and NotificationOverviewLoader for notification history overview {alpha}
honney pushed to main at honney/quickshell 2026-08-31 17:12:14 +02:00
f2b69382c7 refactor: Introduce _hoveredActionCount for notification action hover tracking, avoiding direct 'root' lookup and improving code readability.
honney pushed to main at honney/quickshell 2026-08-31 16:55:10 +02:00
c7538750e3 feat: update notification layout and add avatar load functionality
2c38de7c60 feat: refactor notification body to use a more concise conditional expression for handling app icons, images, and desktop entry icons
47562185f1 fix: fixed some mouseArea stuff and the Connection function
4f49575069 fix: timers are getting deleted and not just multiply
8c6662871a feat: add notification close event handling in NotificationBody
Compare 17 commits »
honney pushed to honney/notification at honney/quickshell 2026-08-30 00:27:02 +02:00
47562185f1 fix: fixed some mouseArea stuff and the Connection function
honney pushed to honney/notification at honney/quickshell 2026-08-30 00:20:17 +02:00
4f49575069 fix: timers are getting deleted and not just multiply
honney pushed to honney/notification at honney/quickshell 2026-08-30 00:15:22 +02:00
8c6662871a feat: add notification close event handling in NotificationBody