// TopBar.qml import Quickshell import QtQuick import QtQuick.Layouts import ".." import Quickshell.I3 PanelWindow { id: top_bar anchors { top: true left: true right: true } margins { left: 8 right:8 top: 0 bottom: 0 } height: (I3.focusedMonitor.name == "eDP-1") ? Resources.barsize.topbar_twister : Resources.barsize.topbar color: Resources.palette.bg }