removed eww and waybar added quickshell
This commit is contained in:
7
quickshell/MemWidget.qml
Normal file
7
quickshell/MemWidget.qml
Normal file
@@ -0,0 +1,7 @@
|
||||
import QtQuick
|
||||
|
||||
// eww mem-widget
|
||||
StatPill {
|
||||
property string memUsed: ""
|
||||
text: memUsed + "G"
|
||||
}
|
||||
Reference in New Issue
Block a user