shell+hl: adjust workspace move curve

Looks a lot better on the bar and overlay.
This commit is contained in:
outfoxxed 2025-01-20 14:00:53 -08:00
parent 789228079c
commit b73b476c68
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E
4 changed files with 8 additions and 7 deletions

View file

@ -4,12 +4,12 @@ import Quickshell.Io
import Quickshell.Wayland
import QtQuick
import QtQuick.Layouts
import ".."
import "screenshot" as Screenshot
import "bar" as Bar
import "lock" as Lock
import "notifications" as Notifs
import "launcher" as Launcher
import "background"
ShellRoot {
Component.onCompleted: [Lock.Controller, Launcher.Controller.init()]