Commit Graph

783 Commits

Author SHA1 Message Date
retrozinndev 90f71a63cc 💥 fix(install): check for first argument instead of all of them
maybe fixes the issues when running it from curl
2025-08-17 17:41:45 -03:00
retrozinndev b52dedf402 💥 fix(scripts): issues with shell's desktop entry
also made the Ask function to repeat itself if the provided character does not match regex
2025-08-17 17:40:54 -03:00
João Dias e6a1d22939 📚 docs(readme): support dark theme in star history 2025-08-17 16:38:47 -03:00
retrozinndev b5b621ab4b 🔧 chore(resources): use double quotes instead of single quotes in desktop entry 2025-08-17 16:23:17 -03:00
retrozinndev 265045c311 feat: add support for desktop entry 2025-08-17 12:38:04 -03:00
retrozinndev 932e0a4160 💥 fix(install): enter project root directory before building 2025-08-16 22:22:15 -03:00
retrozinndev dcbd3dcdcb 💥 fix(install): check variable emptiness instead of boolean checks 2025-08-16 22:14:44 -03:00
retrozinndev cd5b527e65 💥 fix(install): trying to copy configuration from non-existent directory 2025-08-16 21:55:34 -03:00
retrozinndev 17ef14cc84 💥 fix(install): correctly check if it's in standalone mode 2025-08-16 21:46:58 -03:00
retrozinndev 4333eedb28 💥 fix(install): wrong usage of condition checking 2025-08-16 21:39:16 -03:00
retrozinndev f635376a5f 🔧 chore: merge #15 and fix conflicts 2025-08-16 12:47:57 -03:00
retrozinndev b999ba4d48 🔧 chore(scripts, install): add support for the new build system, improvements 2025-08-16 12:20:01 -03:00
retrozinndev 116753063c ♻️ refactor(scripts/update-repo): rename to scripts/sync-config.sh 2025-08-15 21:34:56 -03:00
retrozinndev 5006b86ad7 📦 build(sync-config): remove from-the-script remote push feature
using git manually is better sometimes
2025-08-15 21:33:43 -03:00
João Dias adb1587a10 📚 docs(readme): move installation guide to above the build guide 2025-08-15 21:07:27 -03:00
João Dias 6499e223ef 📚 docs(readme): add build guide 2025-08-15 21:06:06 -03:00
retrozinndev a1e12d79b5 📚 docs(readme): update screenshots 2025-08-15 19:39:30 -03:00
retrozinndev 70cd2cc670 🔧 chore(config/hypr/bindings): escape hashtag char on wallpaper selector bind 2025-08-14 22:00:02 -03:00
retrozinndev 05927842b9 📦 build(scripts/release): implement support for socket-based communication if there's an active instance
it's FASTERgit add scripts/release.shgit add scripts/release.sh
2025-08-14 21:07:24 -03:00
retrozinndev c7a6ec0222 feat: add support for unix socket communication 2025-08-14 19:06:58 -03:00
retrozinndev 4384f21979 🔧 chore(windows): add signal types 2025-08-14 15:02:52 -03:00
retrozinndev 3d22b00682 🔧 chore(control-center/pages/bluetooth): show adapter's address as a description 2025-08-14 15:02:24 -03:00
retrozinndev 550d463440 💥 fix(bar/media): check if player of index 0 is not null before setting to it 2025-08-12 23:11:01 -03:00
retrozinndev cbfe5f1bfb 💥 fix(runner): results limit not working 2025-08-12 19:40:35 -03:00
retrozinndev 344085ed10 📦 build(scripts): make start script to only do it's supposed work, add clean script 2025-08-12 18:46:10 -03:00
retrozinndev 3cd717b5d4 🔧 chore(package): bump to 2.0.0
since it's basically a full-rewrite compared to the 1.0.0, I suppose it's better to call it 2.0.0
2025-08-12 18:44:41 -03:00
retrozinndev be269da3a7 💥 fix(arg-handler): volume's toggle mute command requiring a value 2025-08-12 16:02:27 -03:00
retrozinndev 28c97fe189 ♻️ refactor: rename src/scripts -> src/modules
this is a better name
2025-08-12 15:07:51 -03:00
retrozinndev 1e5aa0b179 📦 build(resources): add svg suffix to alias for each icon
custom icons now work!!
2025-08-12 14:35:56 -03:00
retrozinndev 0191afef16 🔧 chore: use a different approach to compile stylesheets
also fixed promise calls not working(execAsync, subprocess), restored previous control center tile implementation temporarily
2025-08-12 14:30:47 -03:00
retrozinndev eb4b5a847f 📦 build(resources): add mixins and color stylesheets to list
also remove hicolor from icon resources path
2025-08-12 14:28:49 -03:00
retrozinndev f7f729418e 💥 fix(resources): wrong path for main and apps-window stylesheets 2025-08-11 14:49:06 -03:00
retrozinndev 231f4547b9 📦 build(scripts/build): update gresources list file path 2025-08-11 14:46:00 -03:00
retrozinndev a69ec9973b ♻️ refactor: correctly organize resources in the resources directory 2025-08-11 14:45:18 -03:00
retrozinndev 7bd159ff10 💥 fix: can't convert non-null pointer to js value
Thanks aylur!!
2025-08-11 12:38:59 -03:00
retrozinndev e82eebca91 💥 fix(scripts/release): wrong gresource target 2025-08-11 12:37:39 -03:00
retrozinndev 8bea6e1fab chore: compile styles via gresources, gicon support
started using gicon in application for custom icons support
2025-08-10 20:35:55 -03:00
retrozinndev 00be9787f8 🔧 chore(arg-handler): add option to display colorshell's version 2025-08-10 17:09:10 -03:00
retrozinndev 7ba1b1d479 💥 fix(scripts/build): wrong variable name for gresoruce target 2025-08-10 16:17:00 -03:00
retrozinndev 052854a407 💥 fix(runner): wrong scrolling positions, focus escaping to the listbox 2025-08-10 00:35:17 -03:00
retrozinndev fd58ebd5b3 💥 fix(widget/notification): actions is null 2025-08-09 23:39:34 -03:00
retrozinndev 2265fdf8d0 📦 build(package): add build:release script 2025-08-09 22:14:52 -03:00
retrozinndev fe9b5d79c3 🔧 chore(env): fix version variable name 2025-08-09 22:14:21 -03:00
retrozinndev 33a7b9617b 📦 build: implement automated release-build script 2025-08-09 22:12:50 -03:00
retrozinndev 4df1a9e7c9 🔧 chore: implement gresource in application + global variables 2025-08-09 20:54:08 -03:00
retrozinndev ade1816cfe 📦 build(package): call shell directly instead of using pnpm 2025-08-09 20:44:52 -03:00
retrozinndev ead5e11cfc 🔧 chore(scripts): better build script, stop current running instance before starting a new one 2025-08-09 20:44:09 -03:00
retrozinndev fa23e658a0 🔧 chore(config/hypr): use colorshell instead of astal in favor of the new app implementation 2025-08-08 21:35:33 -03:00
retrozinndev e8641737a8 📦 build(scripts/types): compile types in project's root directory 2025-08-08 21:34:16 -03:00
retrozinndev 8aeed31ec2 🔧 chore: better implementation of the arg-handler, supporting exit codes
also remade the `reload` command, so it supports the new implementation, removed unnecessary stylesheet
2025-08-08 21:21:35 -03:00