removed eww and waybar added quickshell
This commit is contained in:
13
quickshell/SettingsBtn.qml
Normal file
13
quickshell/SettingsBtn.qml
Normal file
@@ -0,0 +1,13 @@
|
||||
import QtQuick
|
||||
import Quickshell.Io
|
||||
|
||||
// Simple settings icon button used on HDMI bar (eww settings-btn)
|
||||
StatPill {
|
||||
text: ""
|
||||
clickable: true
|
||||
onClicked: {
|
||||
Qt.createQmlObject(
|
||||
'import Quickshell.Io; Process { command: ["your-settings-command"]; running: true }',
|
||||
parent)
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user