quickshell: borderless calendar, seamless bar extension
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
beedc893ea
commit
7a17e5e7e0
1 changed files with 4 additions and 3 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue