diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-03-31 15:11:13 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-03-31 15:11:13 +0530 |
| commit | c76e247d7adf4ded80ac75128b21d2dd881eec01 (patch) | |
| tree | 4d11118dd3b1de99ad54e5304d75634c8a6eccc9 /quickshell | |
| parent | 6986f3a9d4a5c7c8a309799e5f9befe9559660e4 (diff) | |
terminal workspace setup + actually using unstable channel + top bar -> bottom bar & other quickshell adjustments
Diffstat (limited to 'quickshell')
| -rw-r--r-- | quickshell/shell.qml | 65 |
1 files changed, 3 insertions, 62 deletions
diff --git a/quickshell/shell.qml b/quickshell/shell.qml index 3219d09..0a6224d 100644 --- a/quickshell/shell.qml +++ b/quickshell/shell.qml @@ -69,7 +69,7 @@ ShellRoot { Component.onCompleted: running = false } - anchors.top: true + anchors.bottom: true anchors.left: true anchors.right: true implicitHeight: 32 @@ -92,65 +92,6 @@ ShellRoot { Latch {} Spin {} } - - // PanelWindow { - // id: apps - // - // anchors.top: true - // anchors.right: true - // anchors.bottom: true - // implicitWidth: 32 - // color: shellRoot.black - // - // ColumnLayout { - // Item {} - // IconButton { - // icon: "" - // tooltip: "Zen" - // onClicked: Quickshell.execDetached(["zen"]) - // } - // IconButton { - // icon: "" - // tooltip: "Dolphin" - // onClicked: Quickshell.execDetached(["dolphin"]) - // } - // IconButton { - // icon: "" - // tooltip: "Vscode" - // onClicked: Quickshell.execDetached(["code"]) - // } - // IconButton { - // icon: "" - // tooltip: "Localsend" - // onClicked: Quickshell.execDetached(["localsend_app"]) - // } - // IconButton { - // icon: "" - // tooltip: "Bitwarden" - // onClicked: Quickshell.execDetached(["bitwarden"]) - // } - // IconButton { - // icon: "" - // tooltip: "GIMP" - // onClicked: Quickshell.execDetached(["gimp"]) - // } - // IconButton { - // icon: "" - // tooltip: "Obsidian" - // onClicked: Quickshell.execDetached(["obsidian"]) - // } - // IconButton { - // icon: "" - // tooltip: "Discord" - // onClicked: Quickshell.execDetached(["discord"]) - // } - // IconButton { - // icon: "" - // tooltip: "VLC" - // onClicked: Quickshell.execDetached(["vlc"]) - // } - // } - // } } } Variants { @@ -165,7 +106,7 @@ ShellRoot { } margins { - top: Screen.height/2 - 300 + top: 5 left: Screen.width/2 - 200 } @@ -206,7 +147,7 @@ ShellRoot { margins { top: 5 - left: Screen.width - 435 - 40 + left: Screen.width - 435 - 5 } implicitWidth: 435 |
