0
trickyni trickyniv56@gmail.com
Wed, 29 Oct 2025 14:58:14 +0200
1 files changed,
5 insertions(+),
2 deletions(-)
jump to
M
bar/TopBar.qml
→
bar/TopBar.qml
@@ -3,7 +3,7 @@ import Quickshell
import QtQuick import QtQuick.Layouts import ".." - +import Quickshell.I3 PanelWindow { id: top_bar anchors {@@ -17,6 +17,9 @@ right:8
top: 0 bottom: 0 } - height: Resources.barsize.topbar + height: (I3.focusedMonitor.name == "eDP-1") + ? Resources.barsize.topbar_twister + : Resources.barsize.topbar + color: Resources.palette.bg }