quickshell: borderless calendar, seamless bar extension

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
rope 2026-05-26 13:42:11 +01:00
parent beedc893ea
commit 7a17e5e7e0

View file

@ -860,10 +860,11 @@ in
anchors.topMargin: 1 anchors.topMargin: 1
width: calPopup.open ? calPopup.fullWidth : calPopup.fullWidth width: calPopup.open ? calPopup.fullWidth : calPopup.fullWidth
height: calPopup.open ? calPopup.fullHeight : 0 height: calPopup.open ? calPopup.fullHeight : 0
color: "#${c.base00}" color: "#D1${c.base00}"
border.color: calPopup.open ? "#${c.base03}" : "transparent" border.width: 0
border.width: 1
radius: 8 radius: 8
topLeftRadius: 0
topRightRadius: 0
clip: true clip: true
Behavior on height { Behavior on height {