1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-12 08:28:28 -04:00

dgop: drop dgop as an external dependency and use dgop/gops internally

fixes #3033
This commit is contained in:
bbedward
2026-08-10 18:29:59 -04:00
parent c3c9b13ef6
commit da664565b1
26 changed files with 258 additions and 402 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
import QtQuick
import QtQuick.Layouts
import Quickshell
import Quickshell.Wayland
import qs.Common
import qs.Modules.ProcessList
@@ -214,7 +213,7 @@ DankFloatingWindow {
}
StyledText {
text: I18n.tr("The 'dgop' tool is required for system monitoring.\nPlease install dgop to use this feature.", "dgop unavailable error message")
text: I18n.tr("DMS_SOCKET not available")
font.pixelSize: Theme.fontSizeMedium
color: Theme.surfaceText
anchors.horizontalCenter: parent.horizontalCenter