quickshell restruct and work
This commit is contained in:
9
quickshell/bar/widgets/common/Meow.qml
Normal file
9
quickshell/bar/widgets/common/Meow.qml
Normal file
@@ -0,0 +1,9 @@
|
||||
import Quickshell
|
||||
import QtQuick
|
||||
|
||||
Item {
|
||||
function iconFromDesktopfile(location): String { // testing // serves no purpose atm
|
||||
return "/usr/share/pixmaps/spotify-client.png"
|
||||
return "/usr/share/pixmaps/" + DesktopEntries.byId(location).icon + ".png"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user