Commit Graph
1134 Commits
Author SHA1 Message Date
lysec 6da4acee09 Dock, Tray, ActiveWindow, Taskbar: add theming for app/tray icons
appicon_colorize: create simple shader to colorize icons by theme color
2025-10-12 17:51:07 +02:00
ItsLemmy 292ecd493b More cleanup 2025-10-12 09:33:04 -04:00
loner 4ed3dad69d feat: Improve hidemode logic for ActiveWindow and MediaMini widgets 2025-10-12 06:27:50 +08:00
lysec ce5208fc7c Set version to dev 2025-10-11 20:13:10 +02:00
lysec 26099bb8fb Release v2.17.3 2025-10-11 20:10:47 +02:00
lysec e358239862 OSD: fix display logic 2025-10-11 19:14:23 +02:00
ItsLemmy 54fa04f303 Compositor: proper monitor scaling detection and display in settings + fixes blurry wallpapers on compositor scaled monitors. 2025-10-11 10:29:28 -04:00
lysec 263f3c5fd2 Matugen: fix discord theming
ColorSchemeTab: fix predefined color scheme preview
2025-10-11 15:44:06 +02:00
lysec 02f4fa8557 Set version to dev 2025-10-11 04:24:48 +02:00
lysec e86f4e56cb ControlCenter: revert to old layout 2025-10-11 04:16:12 +02:00
ItsLemmy 32c929c943 dev 2025-10-10 21:29:26 -04:00
ItsLemmy bffbd0730d v2.17.1 2025-10-10 21:29:04 -04:00
ItsLemmy b3b5ec7f14 v2.17.0 2025-10-10 21:26:40 -04:00
Damian D'Souza 586f2db53d BatteryService: automatically hide panel on initial setup 2025-10-10 20:47:56 +02:00
Damian D'Souza 684f8b3a53 BatteryService: load toast messages from file 2025-10-10 20:39:44 +02:00
Damian D'Souza 9b44ad3c5d BatteryService: revert chragingMode to Disabled if manager installation failed 2025-10-10 20:09:19 +02:00
Damian D'Souza 5ff97e88c3 BatteryService: load charginMode from settings, save to settings after applying 2025-10-10 20:08:29 +02:00
Damian D'Souza d4c364a51b BatteryService: check if charging mode disabled before applying in init 2025-10-10 20:04:16 +02:00
Damian D'Souza bcec1d0ebb BatteryService: add Disabled to ChargingMode enum 2025-10-10 20:03:16 +02:00
ItsLemmy 72b2b9e917 autofmt 2025-10-10 13:31:02 -04:00
Damian D'Souza 1e2a2a1d4b Battery: update enum name from Conservative to Lifespan 2025-10-10 19:04:58 +02:00
Damian D'Souza f15a31462f Battery: change panel labels 2025-10-10 18:49:10 +02:00
Damian D'Souza dec4dad5a5 BatteryService: add separate process for installing manger, use toast messages instead of notifications 2025-10-10 18:00:40 +02:00
AISERandGitHub 84f69b0bc8 Merge branch 'main' into main 2025-10-10 23:30:52 +08:00
lysec acd776a187 OSD: add audio input osd
IPC: add audio input
2025-10-10 15:08:25 +02:00
LemmyandGitHub a493061bae Merge pull request #451 from lonerOrz/feature/tray-blacklist
feat(tray): Implement core blacklist filtering logic
2025-10-10 08:01:05 -04:00
ItsLemmy e1f276a5ab Merge branch 'main' of github.com:noctalia-dev/noctalia-shell 2025-10-10 07:42:49 -04:00
lysec 63881bf8a9 ColorSchemeTab: auto-detect themabale discord client 2025-10-10 13:42:42 +02:00
ItsLemmy 971a216895 Merge branch 'quick-settings' 2025-10-10 07:42:40 -04:00
Aiser bc80a1dfaf Matugen: Add KColorScheme for KDE's APP 2025-10-10 12:56:47 +08:00
ItsLemmy 8c5968c721 Media: Stop the "No active player found" spam. 2025-10-09 23:55:58 -04:00
Aiser 17bca7ce35 Matugen: Add KColorScheme for KDE's APP 2025-10-10 10:59:53 +08:00
ItsLemmy 4d0041abee Quicksettings: polishing, fixed all scaling issues. 2025-10-09 19:57:12 -04:00
Damian D'Souza 33a5cc07d7 BatterySerivice: add init function which quietly updates battery treshold 2025-10-09 21:41:21 +02:00
loner 2f2bcdebc8 feat: Add custom settings and blacklist for Tray module 2025-10-10 03:34:09 +08:00
Damian D'Souza 0f25dfc4b4 BatteryService: refactor setChargingMode into set and apply functions 2025-10-09 21:30:08 +02:00
Damian D'Souza e661de9930 BatteryService: modify setter script to check if first install and call isntaller script if yes 2025-10-09 21:23:25 +02:00
ItsLemmy 96b63480b4 ActiveWindow + MediaMini: proper cleanup of strings to avoid line breaks. 2025-10-09 14:52:22 -04:00
loner 85043d5370 feat(ui): Implement Tray widget settings UI 2025-10-10 01:01:44 +08:00
lysec 075c8f08f6 quicksettings: replace hardcoded text with i18n, edit label & tooltip,
force hover when recording
2025-10-09 17:56:49 +02:00
Damian D'Souza 90ed62ccf2 BatteryService: implement basic functionality to set battery treshold 2025-10-09 17:52:23 +02:00
LemmyandGitHub aec6a3bbc2 Merge pull request #450 from keis/sway-workspace-index
Use workspace.num as index for sway
2025-10-09 11:38:21 -04:00
lysec 3178df204e MediaService: bring back playerStateMonitor 2025-10-09 16:53:31 +02:00
David Keijser c590c2c6d9 Use workspace.num as index for sway
Was incorrectly using the internal sway id of the workspace which is not
the same as the user facing id

Fixes #442
2025-10-09 16:46:26 +02:00
Kainoa Kanter 80d5c3be23 fix python not installed error msg 2025-10-08 20:31:26 -07:00
ItsLemmy a90bca23aa QuickSettings: 3 columns + added Do not disturb 2025-10-08 23:24:22 -04:00
ItsLemmy bff195309a QuickSettings: editable widgets/button section in the ControlCenter 2025-10-08 23:05:52 -04:00
Kainoa Kanter bf06e5a3bb check if python3 is installed 2025-10-08 19:36:47 -07:00
Kainoa Kanter 30a940e45b fix: load events from cache before syncing 2025-10-08 19:34:06 -07:00
Kainoa Kanter c6858fea9d feat: load calendar events 2025-10-08 18:57:17 -07:00