From 4bd20fdaae99a4107724cf971c5ceff5dd14bf31 Mon Sep 17 00:00:00 2001 From: benstrb Date: Sun, 22 Feb 2026 20:28:25 +0100 Subject: [PATCH] non important commit --- .../quick_shell/quick_config/config/shell.qml | 26 +++++-------------- home/modules/nvf.nix | 1 + 2 files changed, 8 insertions(+), 19 deletions(-) diff --git a/configuration/modules/dots/quick_shell/quick_config/config/shell.qml b/configuration/modules/dots/quick_shell/quick_config/config/shell.qml index 4b4152e..08bcdcb 100644 --- a/configuration/modules/dots/quick_shell/quick_config/config/shell.qml +++ b/configuration/modules/dots/quick_shell/quick_config/config/shell.qml @@ -1,24 +1,12 @@ import Quickshell -import Quickshell.Widgets import QtQuick -import QtQuick.Controls -ShellRoot { - PanelWindow { - anchors { - top: true - left: true - right: true - } +FloatingWindow { + visible: true + width: 200 + height: 100 - height: 25 - color: "#1e1e2e" - - Text { - anchors.centerIn: parent - text: "Yaharroo" - color: "#cdd6f4" - font.pixelSize: 14 - } - } + Text { + anchors.centerIn + } } diff --git a/home/modules/nvf.nix b/home/modules/nvf.nix index b2233c2..38c7f0f 100644 --- a/home/modules/nvf.nix +++ b/home/modules/nvf.nix @@ -81,6 +81,7 @@ python.enable = true; sql.enable = false; + qml.enable = true; ts.enable = true; zig.enable = true; csharp.enable = true;