all repos — quickshell @ 62e461464cec43c0bbcfcf3a5dfd4d6afa437ba1

A desert-witch desktop shell

bar/BottomBar.qml (view raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
import Quickshell
import QtQuick
import QtQuick.Layouts
import ".."

PanelWindow {
  id: bottom_bar
  anchors {
    bottom: true
    left: true
    right: true
  }
  margins {
    left: 8
    right:8
  }
  implicitHeight: Resources.barsize.bottombar
  color: Resources.palette.bg
}