fix hyprland spelling

This commit is contained in:
end-4
2025-05-24 10:05:54 +02:00
committed by GitHub
parent cfbf18f564
commit b3e339c60f
+1 -1
View File
@@ -115,7 +115,7 @@ async function listDdcMonitorsSnBus() {
sn = line.split(':')[1].trim();
// Sometimes sn can be empty. In this cases let's relay on binary sn
} else if (line.startsWith('Binary') && !sn) {
// Make the serial number upper case except for the leading '0x' since Hyperland
// Make the serial number upper case except for the leading '0x' since Hyprland
// seems to use upper case for the rest of the string and ddcutil uses
// lower case for all the binary sn
sn = '0x'+line.split('(')[1].slice(2,-1).toUpperCase();