Commit Graph
91 Commits
Author SHA1 Message Date
Ana Hobden a2eab85dbd Calendar: UTC-ify datetimes 2025-11-10 21:42:42 -08:00
Ly-sec 2b04f8a910 NotificationService: implement (#673) replacing functionality for notifications 2025-11-08 14:06:16 +01:00
ItsLemmy d262b84b41 i18n: translating script sort by keys to keep things nice and tidy + re-translated some modified english translations. 2025-11-03 21:28:54 -05:00
Corey Woodworth 33487c929e final corrections 2025-11-02 21:52:41 -05:00
Corey Woodworth 090d33cc3f Add additional wezterm themes 2025-11-02 21:52:41 -05:00
Corey Woodworth ac73426aa1 Added wezterm to MatugenTemplates.qml 2025-11-02 21:52:41 -05:00
Corey Woodworth 1309975a05 Capitalized Noctalia theme to be consistent with Weztern instead of with Noctalia's other terminals. 2025-11-02 21:52:41 -05:00
Corey Woodworth 51cc3b6c57 First try at colors-apply.sh 2025-11-02 21:52:41 -05:00
ItsLemmy 19ad43f78b Fuzzel: creates config if not existing 2025-11-01 10:55:10 -04:00
ItsLemmy 1d364e994b Alacritty theming support, fix #616 2025-10-31 21:14:27 -04:00
ItsLemmy 3db3226b6f foot: fix theming when no config exists - foot does not create a config by default. 2025-10-29 20:47:55 -04:00
ItsLemmy 94d3ea9c94 Walker theming: replace custom theme injection code by the proper bash implementation. 2025-10-29 20:44:17 -04:00
ItsLemmy 2753ebbd9f AppTheming: fix ghostty reload 2025-10-25 09:33:23 -04:00
ItsLemmy fb57ba92eb ColorsApply: avoid modifying config(s) if unnecessary. 2025-10-22 22:55:38 -04:00
LemmyandGitHub ef75723cc0 Merge pull request #444 from ThatOneCalculator/feat/calendar-events
feat: show calendar events in calendar
2025-10-20 18:59:12 -04:00
Sridou 165ef4c9bc matugen theming for vicinae launcher
do not overwrite logo if it exists
2025-10-20 12:10:09 +05:30
ItsLemmy fae2535d00 qmlfmt: detect array destructuring and skip file to avoid breakage. 2025-10-17 11:03:48 -04:00
ItsLemmy d56c197fd3 qmlfmt: restoring error reporting 2025-10-16 21:44:28 -04:00
Kainoa Kanter a431d87dc1 fix: cd in precommit hook, not in qmlfmt script 2025-10-16 13:36:44 -07:00
Kainoa Kanter d5b9abd9e0 devex: precommit hook to run qmlfmt, parallelize qmlfmt.sh 2025-10-16 13:28:35 -07:00
Kainoa KanterandGitHub d6e52719a2 Merge branch 'noctalia-dev:main' into feat/calendar-events 2025-10-16 12:52:51 -07:00
LemmyandGitHub 33a52ec5fd Merge pull request #454 from damian-ds7/battery-charging-treshold
Battery charging treshold
2025-10-14 20:43:10 -04:00
ItsLemmy 38f698747b Foot term theming: Fix #475 2025-10-14 20:13:41 -04:00
Damian D'SouzaandGitHub 41d96393ed Merge branch 'main' into battery-charging-treshold 2025-10-15 02:11:14 +02:00
ItsLemmy e3f0f428da Settings: re-organization 2025-10-12 22:09:35 -04:00
Damian D'Souza 4f18ff559c Battery: fix variable name 2025-10-13 01:00:26 +02:00
Damian D'Souza 331f482d9b Battery: remove username from uninstall script name 2025-10-13 00:04:31 +02:00
Damian D'Souza fc61e12ef9 Battery: add uninstall script template, create uninstall script in installation script 2025-10-12 23:54:29 +02:00
Damian D'Souza db2552da9e Battery: move template files to templates subdir 2025-10-12 23:53:45 +02:00
Kainoa Kanter bec1141d40 Merge branch 'main' into feat/calendar-events 2025-10-12 10:39:03 -07: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
Damian D'Souza 11c533fa37 Battery: refactor installation script, return different error codes 2025-10-10 16:52:13 +02:00
Damian D'Souza ce0918545f Battery: send different notifications depending on installation error 2025-10-10 16:51:19 +02:00
Damian D'Souza 93b2746388 Battery: hardcode compatible paths into manager script, exit early if none exist 2025-10-10 14:23:22 +02:00
Damian D'Souza bab51f039a Battery: remove unneeded home variable 2025-10-10 14:21:52 +02:00
lysec 82eefbc65c Bin: move dev scripts in Bin/dev/ 2025-10-10 14:02:37 +02:00
ItsLemmy c96eecedb3 i18n-json-check: removed empty nested structure. 2025-10-09 20:39:28 -04:00
Damian D'Souza ddc5cb0d01 remove uselses comments 2025-10-09 22:39:49 +02:00
Damian D'Souza 044dbf2b85 BatteryService: add -q option to supress notifications 2025-10-09 21:38:00 +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
Damian D'Souza 4f6d2a5947 BatteryService: implement script to install battery-manager with onetime pass prompt 2025-10-09 21:22:28 +02:00
Damian D'Souza 4ee55484bc BatteryService: implement script to change charge treshold based on provided list battery files 2025-10-09 21:20:07 +02:00
Damian D'Souza c2ff74aa20 BatteryService: create placeholder policy to chagne charging treshold without password 2025-10-09 21:18:19 +02:00
Damian D'Souza 9e5f8a425e BatteryService: implement test version of charge treshold script 2025-10-09 17:52:01 +02:00
Kainoa Kanter d6f8eb0bed fix: handle timezone properly for all-day events 2025-10-08 19:56:03 -07:00
Kainoa Kanter 3a3c70c4e0 fix: use events from connection, not hacky db parsing 2025-10-08 19:28:03 -07:00
Kainoa Kanter c6858fea9d feat: load calendar events 2025-10-08 18:57:17 -07:00
lysec 49c7eefe63 Matugen: a lot of cleanup and refactoring, splitting scripts into
separate functions
2025-10-06 17:05:08 +02:00
ItsLemmy 673ae8d040 Notifications: minor ram optimization by avoiding loader on inactive monitors. 2025-10-04 18:12:07 -04:00
ItsLemmy 75479eff25 More terminals colors and cleanup 2025-10-02 21:39:16 -04:00