all repos — quickshell @ dd57466c10ef6dfd443c4ac100f9ff6f8dcb6256

A desert-witch desktop shell

0
trickyni trickyniv56@gmail.com
Wed, 29 Oct 2025 14:58:14 +0200
commit

dd57466c10ef6dfd443c4ac100f9ff6f8dcb6256

parent

57aba02fccefb654ba9426cd3e1f08bf1127bcbc

1 files changed, 5 insertions(+), 2 deletions(-)

jump to
M bar/TopBar.qmlbar/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 }