niri: render with Nvidia dGPU when iGPU is enabled

This commit is contained in:
2025-10-14 23:58:39 +02:00
parent 611b944062
commit c19bb194a4
6 changed files with 23 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"location": "Munich",
"notifications": {
"doNotDisturb": false,
"lastSeenTs": 1760464428000
"lastSeenTs": 1760477228000
},
"primaryColor": "#89b4fa",
"showLyricsBar": false

View File

@@ -9,7 +9,7 @@ MonitorItem {
fillColor: Colors.yellow
critical: SystemStatService.cpuTemp > 80
value: Math.round(SystemStatService.cpuTemp)
maxValue: 120
maxValue: 100
textSuffix: "°C"
onClicked: {
if (action.running) {