all repos — quickshell @ 3804a3bc79d255cfdf49f7df1039a2ee85e7eac6

A desert-witch desktop shell

bar/modules/Test.qml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
import QtQuick
import QtQuick.Controls.Basic
import QtQuick.Layouts
import Quickshell
import Quickshell.I3
import Quickshell.Widgets
import "../classes" as Class
import "../../"

RowLayout {
    Class.TopbarText {
        text: I3.focusedMonitor.name
    }
}