Move ScreenCorners to the actualy screen edges when bar is floating,

edit vesktop template
ScreenCorners: move to screen corners on floating bar
BarTab: mention the ScreenCorner changes
vesktop: make read channels have less visible text
This commit is contained in:
Ly-sec 2025-09-15 08:08:32 +02:00
parent f5982f41a2
commit 22bc5a3bff
3 changed files with 23 additions and 7 deletions

View file

@ -95,7 +95,7 @@ ColumnLayout {
NToggle {
Layout.fillWidth: true
label: "Floating Bar"
description: "Make the bar float with rounded corners and margins. This will hide screen corners."
description: "Make the bar float with rounded corners and margins. Screen corners will move to screen edges."
checked: Settings.data.bar.floating
onToggled: checked => Settings.data.bar.floating = checked
}