removed eww and waybar added quickshell
This commit is contained in:
8
quickshell/CpuWidget.qml
Normal file
8
quickshell/CpuWidget.qml
Normal file
@@ -0,0 +1,8 @@
|
||||
import QtQuick
|
||||
import Quickshell.Io
|
||||
|
||||
// eww cpu-widget
|
||||
StatPill {
|
||||
property string cpuUsage: ""
|
||||
text: cpuUsage + "%"
|
||||
}
|
||||
Reference in New Issue
Block a user