Dynamically control the version of quickshell.

This commit is contained in:
Elysia
2025-11-09 01:22:21 +08:00
parent d10ac9cc74
commit cf43479530
2 changed files with 15 additions and 2 deletions
+4
View File
@@ -25,3 +25,7 @@ STY_RST='\e[00m'
# Used by register_temp_file()
declare -a TEMP_FILES_TO_CLEANUP=()
# Pinned commit for quickshell
_qs_commit='db1777c20b936a86528c1095cbcb1ebd92801402'
_qs_shortcommit=$(echo ${_qs_commit} | cut -c1-7)