niri: render with Nvidia dGPU when iGPU is enabled
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
"location": "Munich",
|
||||
"notifications": {
|
||||
"doNotDisturb": false,
|
||||
"lastSeenTs": 1760464428000
|
||||
"lastSeenTs": 1760477228000
|
||||
},
|
||||
"primaryColor": "#89b4fa",
|
||||
"showLyricsBar": false
|
||||
|
||||
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user