all repos — quickshell @ ec2c348ee1bc28c2387d468f58f6d36922bdca3a

A desert-witch desktop shell

bar/DebugWindow.qml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
// TopBar.qml
import Quickshell
import QtQuick
import QtQuick.Layouts
import ".."
import Quickshell.I3
PanelWindow {
  id: debug_window
  anchors {
      // top: true
      left: true
      right: true
      bottom:true
  }
  // margins {
  //   left: 8
  //   right:8
  //   top: 0
  //   bottom: 0
  // }
  implicitHeight:100
  width: parent
  color: Resources.palette.bg25
}